comparison src/util.h @ 10332:8d42237564f6

[gaim-migrate @ 11539] Two util functions were only half-const committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Dec 2004 01:08:14 +0000
parents 357d4fa1bfbe
children 26eac2362c32
comparison
equal deleted inserted replaced
10331:20df7dd1c57c 10332:8d42237564f6
354 * 354 *
355 * @return The gaim settings directory. 355 * @return The gaim settings directory.
356 * 356 *
357 * @see gaim_home_dir() 357 * @see gaim_home_dir()
358 */ 358 */
359 char *gaim_user_dir(void); 359 const char *gaim_user_dir(void);
360 360
361 /** 361 /**
362 * Define a custom gaim settings directory, overriding the default (user's home directory/.gaim) 362 * Define a custom gaim settings directory, overriding the default (user's home directory/.gaim)
363 * @param dir The custom settings directory 363 * @param dir The custom settings directory
364 */ 364 */