aboutsummaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 02:05:17 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 02:05:17 -0800
commitb29060f38b30e6e379769582a0cf7cc3e9ae5056 (patch)
treea8ace7d44e071f4d77de9b300855f8d9687cee86 /json.h
parent8ff80b09ccd7e680829d0911d965ad4b0d6f7939 (diff)
Cleaned up and simplified global state setting stuff (e.g. --verbose)
Diffstat (limited to 'json.h')
-rw-r--r--json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/json.h b/json.h
index 8bd972e..65fa718 100644
--- a/json.h
+++ b/json.h
@@ -5,7 +5,7 @@
#define JSON__H
__attribute__((nonnull))
-void json_match(const char *text, match_t *m, int verbose);
+void json_match(const char *text, match_t *m, unsigned int verbose);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1