modified parse_options function

This commit is contained in:
mathewmarcus 2018-07-16 07:41:21 -05:00
parent 9afbddfa95
commit 25383d76d9
3 changed files with 13 additions and 13 deletions

View file

@ -15,7 +15,7 @@ extern char *webtarget;
extern char *slash;
extern char *optional1;
extern ptr_header_node parse_options(char *miscptr);
extern int32_t parse_options(char *miscptr, ptr_header_node * ptr_head);
extern int32_t add_header(ptr_header_node * ptr_head, char *header, char *value, char type);
extern char *stringify_headers(ptr_header_node *ptr_head);
#endif