Class Hierarchy   Class Index   Method Index  

CHMutil.h

00001 #ifndef __CHM_UTIL__
00002 #define __CHM_UTIL__
00003 
00004 #include <CHM/CHMminimumInclude.h>
00005 
00006 class CHMstring;
00007 
00011 CHMstring CHMlineFeedConvert(const CHMchar* pString);
00012 
00013 #endif