Explorar o código

Prototype fixed.

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

+ 1 - 1
parser/parse_from.h

@@ -10,6 +10,6 @@
 /*
  * To header field parser
  */
-char* parse_from(char* buffer, char *end, struct from_body *from_b);
+int parse_from_header(struct hdr_field* hdr);
 
 #endif