From 0f2c94ffea2b0341ecf7163a588b8d53139e0f5d Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sun, 5 Apr 2020 17:52:47 +0200 Subject: [PATCH] detect/files: remove unused prototypes --- src/detect-engine-file.h | 10 ---------- 1 file changed, 10 deletions(-) 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);