Trim no longer needed.

This commit is contained in:
Ander Juaristi 2014-08-12 16:40:36 +02:00
commit 01eaf27ea0

View file

@ -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);