forked from Telodendria/Telodendria
Format header
This commit is contained in:
parent
5610cafe46
commit
439e14a410
1 changed files with 2 additions and 2 deletions
|
@ -75,13 +75,13 @@ extern JsonValue *
|
||||||
JsonValueFloat(double);
|
JsonValueFloat(double);
|
||||||
|
|
||||||
extern double
|
extern double
|
||||||
JsonValueAsFloat(JsonValue *);
|
JsonValueAsFloat(JsonValue *);
|
||||||
|
|
||||||
extern JsonValue *
|
extern JsonValue *
|
||||||
JsonValueBoolean(int);
|
JsonValueBoolean(int);
|
||||||
|
|
||||||
extern int
|
extern int
|
||||||
JsonValueAsBoolean(JsonValue *);
|
JsonValueAsBoolean(JsonValue *);
|
||||||
|
|
||||||
extern JsonValue *
|
extern JsonValue *
|
||||||
JsonValueNull(void);
|
JsonValueNull(void);
|
||||||
|
|
Loading…
Reference in a new issue