- Timestamp:
- Mar 5, 2011, 3:25:29 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- e3a75ed
- Parents:
- 9620c8d
- git-author:
- David Benjamin <davidben@mit.edu> (02/28/11 10:53:18)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/05/11 15:25:29)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rf54b07d r010a951 261 261 * WARNING: this approach is hard to make 262 262 * thread-safe... */ 263 int (*get_tostring_fn)(const struct _owl_variable *v, 264 char *buf, int bufsize, const void *val); 265 /* converts val to a string 266 * and puts into buf */ 263 char *(*get_tostring_fn)(const struct _owl_variable *v, const void *val); 264 /* converts val to a string; 265 * caller must free the result */ 267 266 void (*delete_fn)(struct _owl_variable *v); 268 267 /* frees val as needed */
Note: See TracChangeset
for help on using the changeset viewer.