00001 /* $Id$ */ 00002 /* Snort Detection Plugin Header File Template */ 00003 00004 /* 00005 * This file gets included in plugbase.h when it is integrated into the rest 00006 * of the program. 00007 * 00008 * Export any functions or data structs you feel necessary. 00009 */ 00010 00011 #ifndef __SP_TEMPLATE_H__ 00012 #define __SP_TEMPLATE_H__ 00013 00014 void SetupTemplate(); 00015 00016 #endif /* __SP_TEMPLATE_H__ */