00001 /** 00002 ** @file hi_client_norm.h 00003 ** 00004 ** @author Daniel Roelker <droelker@sourcefire.com> 00005 ** 00006 ** @brief Function prototypes for client normalization routines. 00007 ** 00008 ** Contains public functions for accessing client normalization. 00009 ** 00010 ** NOTES: 00011 ** - Initial development, DJR 00012 */ 00013 #ifndef __HI_CLIENT_NORM_H__ 00014 #define __HI_CLIENT_NORM_H__ 00015 00016 #include "hi_include.h" 00017 #include "hi_si.h" 00018 00019 int hi_client_norm(HI_SESSION *Session); 00020 00021 #endif