- Timestamp:
- 2011-12-17T13:50:01Z (13 years ago)
- Branches:
- master
- Children:
- 18c6d36
- Parents:
- 87dddee (diff), 17f057d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
set.h
r87dddee r6e9ae72 49 49 SET_HIDDEN = 0x0200, 50 50 SET_PASSWORD = 0x0400, 51 SET_HIDDEN_DEFAULT = 0x0800, 51 52 } set_flags_t; 52 53 … … 98 99 int set_reset( set_t **head, const char *key ); 99 100 101 /* returns true if a setting shall be shown to the user */ 102 int set_isvisible( set_t *set ); 103 100 104 /* Two very useful generic evaluators. */ 101 105 char *set_eval_int( set_t *set, char *value );
Note: See TracChangeset
for help on using the changeset viewer.