00001 /* $Id$ */ 00002 /* Snort Preprocessor Plugin Header File Template */ 00003 00004 /* This file gets included in plugbase.h when it is integrated into the rest 00005 * of the program. 00006 */ 00007 #ifndef __SPP_TEMPLATE_H__ 00008 #define __SPP_TEMPLATE_H__ 00009 00010 /* 00011 * list of function prototypes to export for this preprocessor 00012 */ 00013 void SetupTemplate(); 00014 00015 #endif /* __SPP_TEMPLATE_H__ */