summaryrefslogtreecommitdiff
path: root/src/include/headerbody.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/headerbody.h')
-rw-r--r--src/include/headerbody.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/headerbody.h b/src/include/headerbody.h
index a074981..eec505f 100644
--- a/src/include/headerbody.h
+++ b/src/include/headerbody.h
@@ -1,6 +1,9 @@
#ifndef HEADERBODY_H
#define HEADERBODY_H
-int headerbody();
+#include "buffer.h"
+#include "stralloc.h"
+
+extern int headerbody(buffer *b, void (*dohf)(stralloc *), void (*hdone)(void), void (*dobl)(stralloc *));
#endif