diff options
Diffstat (limited to 'src/headerbody.c')
-rw-r--r-- | src/headerbody.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/headerbody.c b/src/headerbody.c index 82c5684..069b0e7 100644 --- a/src/headerbody.c +++ b/src/headerbody.c @@ -18,11 +18,7 @@ static int getsa(buffer *b,stralloc *sa,int *match) static stralloc line = {0}; static stralloc nextline = {0}; -int headerbody(b,dohf,hdone,dobl) -buffer *b; -void (*dohf)(); -void (*hdone)(); -void (*dobl)(); +int headerbody(buffer *b,void (*dohf)(),void (*hdone)(),void (*dobl)()) { int match; int flaglineok; |