From db85c3dfc1ee7475948e2d9b95d4a38880093f1a Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 22 Aug 2003 10:16:34 +0000 Subject: [PATCH] Added hb_cdpchrcmp() prototype --- harbour/include/hbapicdp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/harbour/include/hbapicdp.h b/harbour/include/hbapicdp.h index fb4ae3fa21..d58739ca3a 100644 --- a/harbour/include/hbapicdp.h +++ b/harbour/include/hbapicdp.h @@ -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_ */