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

hi_ui_server_lookup.h

Go to the documentation of this file.
00001 #ifndef __HI_UI_SERVER_LOOKUP_H__
00002 #define __HI_UI_SERVER_LOOKUP_H__
00003 
00004 #include "hi_include.h"
00005 #include "hi_ui_config.h"
00006 
00007 int hi_ui_server_lookup_init(SERVER_LOOKUP **ServerLookup);
00008 int hi_ui_server_lookup_add(SERVER_LOOKUP *ServerLookup, unsigned long IP,
00009                             HTTPINSPECT_CONF *ServerConf);
00010 
00011 HTTPINSPECT_CONF *hi_ui_server_lookup_find(SERVER_LOOKUP *ServerLookup, 
00012                                             unsigned long Ip, int *iError);
00013 HTTPINSPECT_CONF *hi_ui_server_lookup_first(SERVER_LOOKUP *ServerLookup,
00014                                             int *iError);
00015 HTTPINSPECT_CONF *hi_ui_server_lookup_next(SERVER_LOOKUP *ServerLookup,
00016                                            int *iError);
00017 
00018 #endif

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