mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
modified parse_options function
This commit is contained in:
parent
9afbddfa95
commit
25383d76d9
3 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue