Snort_AIPreproc/sf_preproc_info.h

14 lines
274 B
C
Raw Normal View History

2010-09-05 15:27:35 +02:00
#ifndef SF_PREPROC_INFO_H_
#define SF_PREPROC_INFO_H_
2010-08-14 14:30:41 +02:00
2010-09-05 15:27:35 +02:00
#define MAJOR_VERSION 0
#define MINOR_VERSION 1
#define BUILD_VERSION 0
#define PREPROC_NAME "SF_AI"
2010-08-14 14:30:41 +02:00
2010-09-05 15:27:35 +02:00
#define DYNAMIC_PREPROC_SETUP AI_setup
2010-08-14 14:30:41 +02:00
extern void AI_setup();
#endif /* SF_PREPROC_INFO_H_ */