00001 /** 00002 ** @file spp_httpinspect.h 00003 ** 00004 ** @author Daniel Roelker <droelker@sourcefire.com> 00005 */ 00006 #ifndef __SPP_HTTPINSPECT_H__ 00007 #define __SPP_HTTPINSPECT_H__ 00008 00009 void SetupHttpInspect(); 00010 00011 #endif