From: Victor Julien Date: Tue, 9 Jul 2019 12:02:20 +0000 (+0200) Subject: runmodes: remove unused prototypes X-Git-Tag: suricata-5.0.0-rc1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4015%2Fhead;p=thirdparty%2Fsuricata.git runmodes: remove unused prototypes --- diff --git a/src/util-runmodes.h b/src/util-runmodes.h index 02d1323749..c41d214e84 100644 --- a/src/util-runmodes.h +++ b/src/util-runmodes.h @@ -23,9 +23,6 @@ #ifndef __UTIL_RUNMODES_H__ #define __UTIL_RUNMODES_H__ -void RunmodeSetFlowStreamAsync(void); -int RunmodeGetFlowStreamAsync(void); - typedef void *(*ConfigIfaceParserFunc) (const char *); typedef void *(*ConfigIPSParserFunc) (int); typedef int (*ConfigIfaceThreadsCountFunc) (void *);