diff options
Diffstat (limited to 'storage/connect/json.h')
-rw-r--r-- | storage/connect/json.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/connect/json.h b/storage/connect/json.h index fd6c029df99..addbd13676f 100644 --- a/storage/connect/json.h +++ b/storage/connect/json.h @@ -43,7 +43,6 @@ typedef struct { int len; } STRG, *PSG; -bool IsNum(PSZ s); char *NextChr(PSZ s, char sep); char *GetJsonNull(void); @@ -57,8 +56,8 @@ PSZ Serialize(PGLOBAL g, PJSON jsp, char *fn, int pretty); bool SerializeArray(JOUT *js, PJAR jarp, bool b); bool SerializeObject(JOUT *js, PJOB jobp); bool SerializeValue(JOUT *js, PJVAL jvp); -bool IsNum(PSZ s); char *NextChr(PSZ s, char sep); +DllExport bool IsNum(PSZ s); /***********************************************************************/ /* Class JOUT. Used by Serialize. */ |