00001 /** 00002 ** @file hi_ui_iis_unicode_map.h 00003 ** 00004 ** @author Daniel Roelker <droelker@sourcefire.com> 00005 ** 00006 ** @brief Header file for hi_ui_iis_unicode_map functions. 00007 */ 00008 #ifndef __HI_UI_IIS_UNICODE_H__ 00009 #define __HI_UI_IIS_UNICODE_H__ 00010 00011 #include "hi_include.h" 00012 #include "hi_ui_config.h" 00013 00014 /** 00015 ** This is the define for the iis_unicode_map array when there is no 00016 ** ASCII mapping. 00017 */ 00018 #define HI_UI_NON_ASCII_CODEPOINT -1 00019 00020 int hi_ui_parse_iis_unicode_map(int **iis_unicode_map, char *filename, 00021 int iCodePage); 00022 00023 #endif