aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-01-31 01:59:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-01-31 01:59:12 +0000
commite166f9c4e6a41db1d2138b7908134107cb8ba726 (patch)
tree8e0de61ae55e9ea3c0a527b3bcb51050d3acbf58 /doc
parentc9ea62712c2125d811c270890e7561ddb25e1985 (diff)
Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()'
svn path=/trunk/; revision=20636
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.developer b/doc/README.developer
index d713f6b14d..a27c8f3174 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -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: