From 01eaf27ea0d8727abd29ea7f2695769648a17856 Mon Sep 17 00:00:00 2001 From: Ander Juaristi Date: Tue, 12 Aug 2014 16:40:36 +0200 Subject: [PATCH] Trim no longer needed. --- hydra-mod.h | 1 - 1 file changed, 1 deletion(-) 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);