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