Changeset 24a791f
- Timestamp:
- Jun 19, 2011, 1:07:01 AM (13 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- ea68035, 44dd092
- Parents:
- fe73d0c
- git-author:
- Anders Kaseorg <andersk@mit.edu> (06/18/11 21:42:53)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (06/19/11 01:07:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
owl.h
rfe73d0c r24a791f 233 233 void *pval_default; /* for types other and string */ 234 234 int ival_default; /* for types int and bool */ 235 c har *validsettings;/* documentation of valid settings */235 const char *validsettings; /* documentation of valid settings */ 236 236 char *summary; /* summary of usage */ 237 237 char *description; /* detailed description */
Note: See TracChangeset
for help on using the changeset viewer.