summaryrefslogtreecommitdiff
path: root/json-glib/json-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-debug.h')
-rw-r--r--json-glib/json-debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-debug.h b/json-glib/json-debug.h
index 20f22c6..695917f 100644
--- a/json-glib/json-debug.h
+++ b/json-glib/json-debug.h
@@ -7,7 +7,8 @@ G_BEGIN_DECLS
typedef enum {
JSON_DEBUG_PARSER = 1 << 0,
- JSON_DEBUG_GOBJECT = 1 << 1
+ JSON_DEBUG_GOBJECT = 1 << 1,
+ JSON_DEBUG_PATH = 1 << 2
} JsonDebugFlags;
#ifdef JSON_ENABLE_DEBUG