Remove prototypes that are not about purely the data structures.
*/
void DetectEngineStateFree(DetectEngineState *state);
-void DetectEngineStateResetTxs(Flow *f);
-
-void DeStateRegisterTests(void);
-
-
-void DetectRunStoreStateTx(
- const SigGroupHead *sgh,
- Flow *f, void *tx, uint64_t tx_id,
- const Signature *s,
- uint32_t inspect_flags, uint8_t flow_flags,
- const uint16_t file_no_match);
-
-void DetectRunStoreStateTxFileOnly(
- const SigGroupHead *sgh,
- Flow *f, void *tx, uint64_t tx_id,
- const uint8_t flow_flags,
- const uint16_t file_no_match);
-
#endif /* __DETECT_ENGINE_STATE_H__ */
/**
DetectEngineThreadCtx *DetectEngineThreadCtxInitForReload(
ThreadVars *tv, DetectEngineCtx *new_de_ctx, int mt);
+void DetectRunStoreStateTx(const SigGroupHead *sgh, Flow *f, void *tx, uint64_t tx_id,
+ const Signature *s, uint32_t inspect_flags, uint8_t flow_flags,
+ const uint16_t file_no_match);
+
+void DetectRunStoreStateTxFileOnly(const SigGroupHead *sgh, Flow *f, void *tx, uint64_t tx_id,
+ const uint8_t flow_flags, const uint16_t file_no_match);
+
+void DetectEngineStateResetTxs(Flow *f);
+
+void DeStateRegisterTests(void);
+
#endif /* __DETECT_ENGINE_H__ */
#include "util-lua.h"
// hack for include orders cf SCSha256
typedef struct HttpRangeContainerBlock HttpRangeContainerBlock;
-#include "detect-engine-state.h"
#include "rust-context.h"
#include "rust-bindings.h"