comparison src/prefs.c @ 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 fa06fda62868
children 50224ac8184d
comparison
equal deleted inserted replaced
10870:b75ce371c812 10871:6240d7fd5b2c
603 for(tmp = value; tmp; tmp = tmp->next) 603 for(tmp = value; tmp; tmp = tmp->next)
604 pref->value.stringlist = g_list_append(pref->value.stringlist, 604 pref->value.stringlist = g_list_append(pref->value.stringlist,
605 g_strdup(tmp->data)); 605 g_strdup(tmp->data));
606 } 606 }
607 607
608 void 608 static void
609 remove_pref(struct gaim_pref *pref) 609 remove_pref(struct gaim_pref *pref)
610 { 610 {
611 char *name; 611 char *name;
612 612
613 if(!pref || pref == &prefs) 613 if(!pref || pref == &prefs)