diff 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
line wrap: on
line diff
--- a/src/prefs.c	Mon Apr 25 04:03:16 2005 +0000
+++ b/src/prefs.c	Mon Apr 25 04:22:29 2005 +0000
@@ -605,7 +605,7 @@
 				g_strdup(tmp->data));
 }
 
-void
+static void
 remove_pref(struct gaim_pref *pref)
 {
 	char *name;