comparison src/util.h @ 10871:6240d7fd5b2c

[gaim-migrate @ 12558] Make a bunch of stuff static and rename set_gaim_user_dir to gaim_util_set_user_dir committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:22:29 +0000
parents 3e43c132f151
children 719779387f96
comparison
equal deleted inserted replaced
10870:b75ce371c812 10871:6240d7fd5b2c
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 */
365 void set_gaim_user_dir(const char *dir); 365 void gaim_util_set_user_dir(const char *dir);
366 366
367 /** 367 /**
368 * Builds a complete path from the root, making any directories along 368 * Builds a complete path from the root, making any directories along
369 * the path which do not already exist. 369 * the path which do not already exist.
370 * 370 *