minimal build
[platform/upstream/gcr.git] / gcr / gcr-debug.h
index 20bc35f..49dd939 100644 (file)
@@ -34,6 +34,9 @@ typedef enum {
        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);