Added hb_cdpchrcmp() prototype

This commit is contained in:
Antonio Linares
2003-08-22 10:16:34 +00:00
parent d03dd11f0f
commit db85c3dfc1

View File

@@ -99,6 +99,7 @@ extern PHB_CODEPAGE hb_cdpFind( char * );
extern void hb_cdpTranslate( char*, PHB_CODEPAGE, PHB_CODEPAGE );
extern void hb_cdpnTranslate( char*, PHB_CODEPAGE, PHB_CODEPAGE, unsigned int );
extern int hb_cdpcmp( char*, char*, ULONG, PHB_CODEPAGE, ULONG* );
extern int hb_cdpchrcmp( char cFirst, char cSecond, PHB_CODEPAGE cdpage );
#endif /* HB_APICDP_H_ */