From 09f7ec143eef969bbebd10b7eb48504b0372c443 Mon Sep 17 00:00:00 2001 From: dequis Date: Wed, 21 Oct 2015 08:40:11 -0300 Subject: Add a per-user version of OPT_NOOTR, BEE_USER_NOOTR --- protocols/bee.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index 4a23d00c..fc27d424 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -61,6 +61,7 @@ typedef enum { BEE_USER_MOBILE = 8, /* Compatibility with old OPT_MOBILE flag */ BEE_USER_LOCAL = 256, /* Locally-added contacts (not in real contact list) */ BEE_USER_SPECIAL = 512, /* Denotes a user as being special */ + BEE_USER_NOOTR = 4096, /* Per-user version of OPT_NOOTR */ } bee_user_flags_t; typedef struct bee_user { -- cgit v1.2.3