Răsfoiți Sursa

Prototype fixed.

Jan Janak 23 ani în urmă
părinte
comite
0361d00115
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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