Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

sp_template.h

Go to the documentation of this file.
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__ */

Generated on Sun May 14 14:51:20 2006 by  doxygen 1.4.2