aboutsummaryrefslogtreecommitdiff
path: root/src/pies.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.h')
-rw-r--r--src/pies.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pies.h b/src/pies.h
index 9fb87c6..14ea7b7 100644
--- a/src/pies.h
+++ b/src/pies.h
@@ -587,3 +587,4 @@ void json_object_set_string (struct json_value *obj,
char const *name, char const *fmt, ...);
void json_object_set_number (struct json_value *obj,
char const *name, double val);
+void json_object_set_bool (struct json_value *obj, char const *name, int val);

Return to:

Send suggestions and report system problems to the System administrator.