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

spp_template.h

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

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