diff options
Diffstat (limited to 'src/include/headerbody.h')
-rw-r--r-- | src/include/headerbody.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/headerbody.h b/src/include/headerbody.h index eec505f..9420164 100644 --- a/src/include/headerbody.h +++ b/src/include/headerbody.h @@ -4,6 +4,7 @@ #include "buffer.h" #include "stralloc.h" -extern int headerbody(buffer *b, void (*dohf)(stralloc *), void (*hdone)(void), void (*dobl)(stralloc *)); +extern int headerbody( + buffer *b, void (*dohf)(stralloc *), void (*hdone)(void), void (*dobl)(stralloc *)); #endif |