aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keyboxd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kbx/keyboxd.h')
-rw-r--r--kbx/keyboxd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kbx/keyboxd.h b/kbx/keyboxd.h
index edef8975c..d7bb97ab9 100644
--- a/kbx/keyboxd.h
+++ b/kbx/keyboxd.h
@@ -137,6 +137,14 @@ struct server_control_s
#define L_(a) (a)
#endif
+enum kbxd_store_modes
+ {
+ KBXD_STORE_AUTO = 0, /* Update or insert. */
+ KBXD_STORE_INSERT, /* Allow only inserts. */
+ KBXD_STORE_UPDATE /* Allow only updates. */
+ };
+
+
/*-- keyboxd.c --*/
void kbxd_exit (int rc) GPGRT_ATTR_NORETURN;