aboutsummaryrefslogtreecommitdiff
path: root/i3bar/include/mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'i3bar/include/mode.h')
-rw-r--r--i3bar/include/mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3bar/include/mode.h b/i3bar/include/mode.h
index e8e4296d..4646b9f4 100644
--- a/i3bar/include/mode.h
+++ b/i3bar/include/mode.h
@@ -24,7 +24,7 @@ struct mode {
typedef struct mode mode;
/*
- * Start parsing the received JSON string
+ * Parse the received JSON string
*
*/
-void parse_mode_json(char *json);
+void parse_mode_json(const unsigned char *json, size_t size);