- Timestamp:
- Mar 24, 2011, 4:05:29 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- c809f5e
- Parents:
- e56303f
- git-author:
- David Benjamin <davidben@mit.edu> (03/08/11 15:04:52)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/24/11 16:05:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmd.c
re56303f rf25df21 33 33 } 34 34 35 /* free the list with owl_cmddict_namelist_cleanup */36 35 void owl_cmddict_get_names(const owl_cmddict *d, owl_list *l) { 37 36 owl_dict_get_keys(d, l); … … 40 39 const owl_cmd *owl_cmddict_find(const owl_cmddict *d, const char *name) { 41 40 return owl_dict_find_element(d, name); 42 }43 44 void owl_cmddict_namelist_cleanup(owl_list *l)45 {46 owl_list_cleanup(l, g_free);47 41 } 48 42
Note: See TracChangeset
for help on using the changeset viewer.