#ifndef __DETECT_ENGINE_H__
#define __DETECT_ENGINE_H__
/* prototypes */
DetectEngineCtx *DetectEngineCtxInit(void);
void DetectEngineCtxFree(DetectEngineCtx *);
#endif /* __DETECT_ENGINE_H__ */