comparison src/prefs.h @ 5451:e1cc0c67e123

[gaim-migrate @ 5839] some compile cleanups, and more importantly, the rest of that tobase16 fix that I forgot about committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 20 May 2003 01:31:56 +0000
parents e150a0cf4d6e
children 0aa4d089125c
comparison
equal deleted inserted replaced
5450:bb1e160467b6 5451:e1cc0c67e123
123 * Set string pref value 123 * Set string pref value
124 * 124 *
125 * @param name The name of the pref 125 * @param name The name of the pref
126 * @param value The value to set 126 * @param value The value to set
127 */ 127 */
128 void gaim_prefs_set_string(const char *name, char *value); 128 void gaim_prefs_set_string(const char *name, const char *value);
129 129
130 /** 130 /**
131 * Get boolean pref value 131 * Get boolean pref value
132 * 132 *
133 * @param name The name of the pref 133 * @param name The name of the pref