- Timestamp:
- 2010-03-12T00:38:40Z (15 years ago)
- Branches:
- master
- Children:
- 4dc6b8d
- Parents:
- fdba6bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
set.h
rfdba6bc r56244c0 69 69 set_setstr() should be able to free() the returned string! */ 70 70 set_eval eval; 71 void *eval_data; 71 72 struct set *next; 72 73 } set_t; … … 98 99 char *set_eval_bool( set_t *set, char *value ); 99 100 101 /* Another more complicated one. */ 102 char *set_eval_list( set_t *set, char *value ); 103 100 104 /* Some not very generic evaluators that really shouldn't be here... */ 101 105 char *set_eval_to_char( set_t *set, char *value );
Note: See TracChangeset
for help on using the changeset viewer.