diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-21 19:34:59 +0000 |
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-21 19:34:59 +0000 |
| commit | 09d4922d3740eb0ad2e42e02ca5d57f03b263eab (patch) | |
| tree | 8deb49d26bf6c54db4330c61711bac8429ea4d7b /set.h | |
| parent | bdedc148f84406a4715a1e668ea767927740c790 (diff) | |
Be clearer about password settings being intentionally hidden (and not
really empty). Bug #657 and confusing BitlBee users since probably 2002.
Diffstat (limited to 'set.h')
| -rw-r--r-- | set.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ typedef enum SET_NOSAVE = 0x0001, SET_NULL_OK = 0x0100, SET_HIDDEN = 0x0200, + SET_PASSWORD = 0x0400, } set_flags_t; typedef struct set |
