From e63507a356ac94085bcd00048b81d3ce2f27f287 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 1 Apr 2010 22:03:50 -0400 Subject: Synced the values of some old OPT_* flags with BEE_USER_*. --- protocols/bee.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/bee.h') diff --git a/protocols/bee.h b/protocols/bee.h index c36a6b16..be14234b 100644 --- a/protocols/bee.h +++ b/protocols/bee.h @@ -44,8 +44,8 @@ void bee_free( bee_t *b ); typedef enum { - BEE_USER_ONLINE = 1, - BEE_USER_AWAY = 2, + BEE_USER_ONLINE = 1, /* Compatibility with old OPT_LOGGED_IN flag */ + BEE_USER_AWAY = 4, /* Compatibility with old OPT_AWAY flag */ } bee_user_flags_t; typedef struct bee_user -- cgit v1.2.3