From 5eede21c67ee383266316fd35cd2247d28f7fc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Tue, 7 Oct 2014 22:52:37 +0200 Subject: [PATCH] 2014-10-07 22:52 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbjson.h * exported hb_jsonEncode() and hb_jsonDecode() functions --- ChangeLog.txt | 4 ++++ include/hbjson.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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