2014-10-07 22:52 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* include/hbjson.h
    * exported hb_jsonEncode() and hb_jsonDecode() functions
This commit is contained in:
Przemysław Czerpak
2014-10-07 22:52:37 +02:00
parent 6d2e59b103
commit 5eede21c67
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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