Changeset 06b5893 for set.h


Ignore:
Timestamp:
2011-12-07T21:47:25Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
57da960
Parents:
aee8c19
Message:

Merging non-SASL authentication patch from #863. This also implements
hidden-default settings, which means a setting is hidden unless it was
changed from the default. This seems like appropriate behaviour for
something as obscure as this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • set.h

    raee8c19 r06b5893  
    4949        SET_HIDDEN = 0x0200,
    5050        SET_PASSWORD = 0x0400,
     51        SET_HIDDEN_DEFAULT = 0x0800,
    5152} set_flags_t;
    5253
     
    9899int set_reset( set_t **head, const char *key );
    99100
     101/* returns true if a setting shall be shown to the user */
     102int set_isvisible( set_t *set );
     103
    100104/* Two very useful generic evaluators. */
    101105char *set_eval_int( set_t *set, char *value );
Note: See TracChangeset for help on using the changeset viewer.