Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 'strtoul()'
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 31 Jan 2007 01:59:12 +0000 (01:59 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 31 Jan 2007 01:59:12 +0000 (01:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20636 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.developer

index d713f6b14dd357e9f2b2110fc5412679b2261fb9..a27c8f31747bd58b60882cec6efcd4c966b0e95f 100644 (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: