00001 /* 00002 ** @file spp_psng.h 00003 ** 00004 ** @author Daniel Roelker <droelker@sourcefire.com> 00005 ** 00006 ** @brief APIs for Snort Portscan 00007 */ 00008 #ifndef __SPP_PSNG_H__ 00009 #define __SPP_PSNG_H__ 00010 00011 void SetupPsng(void); 00012 00013 #endif