Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()'

svn path=/trunk/; revision=20636
This commit is contained in:
Jeff Morriss 2007-01-31 01:59:12 +00:00
parent c9ea62712c
commit e166f9c4e6
1 changed files with 2 additions and 0 deletions

View File

@ -3161,6 +3161,8 @@ Where: module - Returned by the prefs_register_protocol routine
preference value
var - pointer to the storage location that is updated when the
field is changed in the preference dialog box
base - Base that the unsigned integer is expected to be in,
see strtoul(3).
enumvals - an array of enum_val_t structures. This must be
NULL-terminated; the members of that structure are: