diff --git a/ChangeLog.txt b/ChangeLog.txt index 1bb7f1b283..9e9116947a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2014-10-07 22:52 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * include/hbjson.h + * exported hb_jsonEncode() and hb_jsonDecode() functions + 2014-10-07 10:58 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * config/win/msvc.mk * utils/hbmk2/hbmk2.prg diff --git a/include/hbjson.h b/include/hbjson.h index 9cc8d97c1d..16c0d70dc4 100644 --- a/include/hbjson.h +++ b/include/hbjson.h @@ -53,8 +53,8 @@ HB_EXTERN_BEGIN -extern char * hb_jsonEncode( PHB_ITEM pValue, HB_SIZE * pnLen, HB_BOOL fHuman ); -extern HB_SIZE hb_jsonDecode( const char * szSource, PHB_ITEM pValue ); +extern HB_EXPORT char * hb_jsonEncode( PHB_ITEM pValue, HB_SIZE * pnLen, HB_BOOL fHuman ); +extern HB_EXPORT HB_SIZE hb_jsonDecode( const char * szSource, PHB_ITEM pValue ); HB_EXTERN_END