src/util.h

changeset 10871
c0282a4f2250
parent 10869
86a3144baf08
child 11127
5e539d9d26a4
equal deleted inserted replaced
10870:028006831b79 10871:c0282a4f2250
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 *

mercurial