Browse Source

Bad prototype fixed

Jan Janak 23 years ago
parent
commit
c7f0722e53
1 changed files with 2 additions and 1 deletions
  1. 2 1
      parser/parse_from.h

+ 2 - 1
parser/parse_from.h

@@ -7,9 +7,10 @@
 
 
 #include "../str.h"
 #include "../str.h"
 #include "parse_to.h"
 #include "parse_to.h"
+#include "hf.h"
 /*
 /*
  * To header field parser
  * To header field parser
  */
  */
-char* parse_from_header(char* buffer, char *end, struct to_body *from_b);
+int parse_from_header(struct hdr_field* hdr);
 
 
 #endif
 #endif