Browse Source

Prototype fixed.

Jan Janak 23 years ago
parent
commit
0361d00115
1 changed files with 1 additions and 1 deletions
  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