aboutsummaryrefslogtreecommitdiff
path: root/lib/writeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/writeout.h')
-rw-r--r--lib/writeout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/writeout.h b/lib/writeout.h
index d730bbfff..faf047709 100644
--- a/lib/writeout.h
+++ b/lib/writeout.h
@@ -1,3 +1,5 @@
+#ifndef __WRITEOUT_H
+#define __WRITEOUT_H
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -41,3 +43,5 @@
#include "urldata.h"
void WriteOut(struct UrlData *data);
+
+#endif