minimal build
[platform/upstream/gcr.git] / gcr / gcr-debug.h
index 51ac345..49dd939 100644 (file)
@@ -31,7 +31,12 @@ typedef enum {
        GCR_DEBUG_LIBRARY = 1 << 1,
        GCR_DEBUG_CERTIFICATE_CHAIN = 1 << 2,
        GCR_DEBUG_PARSE = 1 << 3,
-       GCR_DEBUG_GNUPG = 1 << 4
+       GCR_DEBUG_GNUPG = 1 << 4,
+       GCR_DEBUG_TRUST = 1 << 5,
+       GCR_DEBUG_IMPORT = 1 << 6,
+       GCR_DEBUG_KEY = 1 << 7,
+       GCR_DEBUG_PROMPT = 1 << 8,
+       GCR_DEBUG_SECRET_EXCHANGE = 1 << 9,
 } GcrDebugFlags;
 
 gboolean           _gcr_debug_flag_is_set              (GcrDebugFlags flag);