Explorar o código

Bad prototype fixed

Jan Janak %!s(int64=23) %!d(string=hai) anos
pai
achega
c7f0722e53
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      parser/parse_from.h

+ 2 - 1
parser/parse_from.h

@@ -7,9 +7,10 @@
 
 #include "../str.h"
 #include "parse_to.h"
+#include "hf.h"
 /*
  * 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