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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user