aboutsummaryrefslogtreecommitdiff
path: root/parse-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse-file.h')
-rw-r--r--parse-file.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/parse-file.h b/parse-file.h
new file mode 100644
index 0000000..d0054e4
--- /dev/null
+++ b/parse-file.h
@@ -0,0 +1,12 @@
+#include "config.h"
+
+#if HAVE_ERR
+#include <err.h>
+#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <sys/queue.h>
+#include <lowdown.h>
+
+void _parse_file(FILE*, FILE*);