diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-18 15:23:02 +0200 |
commit | 9837632ea985b87eb6aaa7f619a0b859fc6c40f6 (patch) | |
tree | f143461843ba2fdaa8e7499ebf52afda3eb08cd4 /src/headerbody.c | |
parent | 7b4d3ab22988d021d5f12b81aec746f7e486fa52 (diff) |
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; |