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

hi_ui_iis_unicode_map.h

Go to the documentation of this file.
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

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