From: Victor Julien Date: Fri, 23 Oct 2015 07:53:48 +0000 (+0200) Subject: htp: cleanup, remove unused declaration X-Git-Tag: suricata-3.0RC1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77624701e73aade1706836591a750e4aec13520e;p=thirdparty%2Fsuricata.git htp: cleanup, remove unused declaration --- diff --git a/src/app-layer-htp.c b/src/app-layer-htp.c index 452a607e9c..0abcda3bb4 100644 --- a/src/app-layer-htp.c +++ b/src/app-layer-htp.c @@ -78,10 +78,6 @@ #include "util-memcmp.h" -#ifndef HAVE_HTP_SET_PATH_DECODE_U_ENCODING -void htp_config_set_path_decode_u_encoding(htp_cfg_t *cfg, int decode_u_encoding); -#endif - //#define PRINT /** Fast lookup tree (radix) for the various HTP configurations */