aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keybox.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--kbx/keybox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kbx/keybox.h b/kbx/keybox.h
index 0f97fb7fc..922bcd5e0 100644
--- a/kbx/keybox.h
+++ b/kbx/keybox.h
@@ -58,6 +58,11 @@ typedef enum
KEYBOX_FLAG_CREATED_AT /* The date the block was created. */
} keybox_flag_t;
+/* Flag values used with KEYBOX_FLAG_BLOB. */
+#define KEYBOX_FLAG_BLOB_SECRET 1
+#define KEYBOX_FLAG_BLOB_EPHEMERAL 2
+
+
/*-- keybox-init.c --*/
void *keybox_register_file (const char *fname, int secret);