From 7844307b090d773a54e4e15345ea83fbd83c6435 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Thu, 24 Oct 2002 16:56:24 +0000 Subject: [PATCH] 2002-10-24 20:58 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 4 ++++ harbour/include/hbapicdp.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 636cd95d4b..bbb66a48fe 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2002-10-24 20:58 UTC+0300 Alexander Kresin + * include/hbapicdp.h + ! Minor fix + 2002-10-24 16:05 UTC+0300 Alexander Kresin + include/hbapicdp.h + added header file for codepage system diff --git a/harbour/include/hbapicdp.h b/harbour/include/hbapicdp.h index 6ee1908084..8860f83718 100644 --- a/harbour/include/hbapicdp.h +++ b/harbour/include/hbapicdp.h @@ -85,7 +85,7 @@ extern PHB_CODEPAGE hb_cdpSelect( PHB_CODEPAGE ); 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*, int ); +extern int hb_cdpcmp( char*, char*, int, PHB_CODEPAGE ); #endif /* HB_APICDP_H_ */