mirror of
https://github.com/BlackLight/Snort_AIPreproc.git
synced 2024-11-14 12:47:16 +01:00
13 lines
274 B
C
13 lines
274 B
C
#ifndef SF_PREPROC_INFO_H_
|
|
#define SF_PREPROC_INFO_H_
|
|
|
|
#define MAJOR_VERSION 0
|
|
#define MINOR_VERSION 1
|
|
#define BUILD_VERSION 0
|
|
#define PREPROC_NAME "SF_AI"
|
|
|
|
#define DYNAMIC_PREPROC_SETUP AI_setup
|
|
extern void AI_setup();
|
|
|
|
#endif /* SF_PREPROC_INFO_H_ */
|
|
|