diff --git a/hydra-mod.h b/hydra-mod.h index 5830607..5330e5c 100644 --- a/hydra-mod.h +++ b/hydra-mod.h @@ -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);