00001 /* $Id: ClamAV-2.3.3-1.diff,v 1.1.1.1 2005/05/06 21:19:36 jonkman Exp $ */ 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_CLAMAV_H__ 00008 #define __SPP_CLAMAV_H__ 00009 00010 #ifdef CLAMAV 00011 /* 00012 * list of function prototypes to export for this preprocessor 00013 */ 00014 void SetupClamAV(); 00015 00016 #endif /* CLAMAV */ 00017 00018 #endif /* __SPP_CLAMAV_H__ */ 00019