mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Trim no longer needed.
This commit is contained in:
parent
8a26ec58d4
commit
01eaf27ea0
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ extern char *hydra_strcasestr(const char *haystack, const char *needle);
|
|||
extern void hydra_dump_data(unsigned char *buf, int len, char *text);
|
||||
extern int hydra_memsearch(char *haystack, int hlen, char *needle, int nlen);
|
||||
extern char *hydra_strrep(char *string, char *oldpiece, char *newpiece);
|
||||
extern char * hydra_trim(char * str);
|
||||
|
||||
#ifdef HAVE_PCRE
|
||||
int hydra_string_match(char *str, const char *regex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue