Changeset 778e230
- Timestamp:
- Jul 19, 2011, 2:16:17 AM (12 years ago)
- Parents:
- 883502d (diff), 6f7d4f6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
r30d0cf7 r6f7d4f6 707 707 } 708 708 709 void owl_variable_dict_newvar_bool(owl_vardict *vd, const char *name, const char *summ, const char *desc, boolinitval)709 void owl_variable_dict_newvar_bool(owl_vardict *vd, const char *name, const char *summ, const char *desc, int initval) 710 710 { 711 711 owl_variable *old = owl_variable_get_var(vd, name);
Note: See TracChangeset
for help on using the changeset viewer.