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);
|
||||
|
||||
extern double
|
||||
JsonValueAsFloat(JsonValue *);
|
||||
JsonValueAsFloat(JsonValue *);
|
||||
|
||||
extern JsonValue *
|
||||
JsonValueBoolean(int);
|
||||
|
||||
extern int
|
||||
JsonValueAsBoolean(JsonValue *);
|
||||
JsonValueAsBoolean(JsonValue *);
|
||||
|
||||
extern JsonValue *
|
||||
JsonValueNull(void);
|
||||
|
|
Loading…
Reference in a new issue