- Timestamp:
- 2006-12-24T21:47:18Z (16 years ago)
- Branches:
- master
- Children:
- ed5df81
- Parents:
- c227706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
set.h
rc227706 r7bee5af 23 23 Suite 330, Boston, MA 02111-1307 USA 24 24 */ 25 26 #ifndef __SET_H__ 27 #define __SET_H__ 25 28 26 29 /* This used to be specific to irc_t structures, but it's more generic now … … 88 91 char *set_eval_ops( set_t *set, char *value ); 89 92 char *set_eval_charset( set_t *set, char *value ); 93 94 #endif /* __SET_H__ */
Note: See TracChangeset
for help on using the changeset viewer.