summaryrefslogtreecommitdiff
path: root/p11-kit/debug.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-05-25 11:44:40 +0200
committerStef Walter <stefw@collabora.co.uk>2011-05-25 11:44:40 +0200
commit7c2a8a5b3ad134b6e3093761d617936dcbd21adf (patch)
tree20061e7726a61ca86a211b8549315d97d3f138d4 /p11-kit/debug.h
parenta01f4351e34fee946d1ffb81baa31a756e2851be (diff)
Add p11_kit_uri_message() function.
Gets messages for p11-kit error codes.
Diffstat (limited to 'p11-kit/debug.h')
-rw-r--r--p11-kit/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/p11-kit/debug.h b/p11-kit/debug.h
index 5d244f3..47e5cc4 100644
--- a/p11-kit/debug.h
+++ b/p11-kit/debug.h
@@ -38,7 +38,8 @@
/* Please keep this enum in sync with keys in debug.c */
typedef enum {
DEBUG_LIB = 1 << 1,
- DEBUG_CONF = 1 << 2
+ DEBUG_CONF = 1 << 2,
+ DEBUG_URI = 1 << 3
} DebugFlags;
extern int debug_current_flags;