From: Victor Julien Date: Fri, 20 Jan 2023 18:28:07 +0000 (+0100) Subject: htp: remove duplicate prototypes X-Git-Tag: suricata-7.0.0-rc1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=229b82721d2576a72d7a8b17faae005dbbe06fa8;p=thirdparty%2Fsuricata.git htp: remove duplicate prototypes --- diff --git a/src/app-layer-htp.h b/src/app-layer-htp.h index 6c6c60e0ba..f1850d386b 100644 --- a/src/app-layer-htp.h +++ b/src/app-layer-htp.h @@ -279,8 +279,6 @@ void RegisterHTPParsers(void); void HTPAtExitPrintStats(void); void HTPFreeConfig(void); -void HtpBodyPrint(HtpBody *); -void HtpBodyFree(HtpBody *); /* To free the state from unittests using app-layer-htp */ void HTPStateFree(void *); void AppLayerHtpEnableRequestBodyCallback(void);