From: Victor Julien Date: Sun, 5 Apr 2020 15:52:47 +0000 (+0200) Subject: detect/files: remove unused prototypes X-Git-Tag: suricata-7.0.0-beta1~1974 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f2c94ffea2b0341ecf7163a588b8d53139e0f5d;p=thirdparty%2Fsuricata.git detect/files: remove unused prototypes --- diff --git a/src/detect-engine-file.h b/src/detect-engine-file.h index 2f7a0fc8b8..d5cfa9f1f2 100644 --- a/src/detect-engine-file.h +++ b/src/detect-engine-file.h @@ -24,16 +24,6 @@ #ifndef __DETECT_ENGINE_FILE_H__ #define __DETECT_ENGINE_FILE_H__ -int DetectFileInspectHttp(ThreadVars *tv, - DetectEngineCtx *de_ctx, DetectEngineThreadCtx *det_ctx, - const Signature *s, const SigMatchData *smd, - Flow *f, uint8_t flags, void *alstate, void *tx, uint64_t tx_id); - -int DetectFileInspectSmtp(ThreadVars *tv, - DetectEngineCtx *de_ctx, DetectEngineThreadCtx *det_ctx, - const Signature *s, const SigMatchData *smd, - Flow *f, uint8_t flags, void *alstate, void *tx, uint64_t tx_id); - int DetectFileInspectGeneric(DetectEngineCtx *de_ctx, DetectEngineThreadCtx *det_ctx, const struct DetectEngineAppInspectionEngine_ *engine, const Signature *s, Flow *f, uint8_t flags, void *_alstate, void *tx, uint64_t tx_id);