diff src/prefs.c @ 10850:fa06fda62868

[gaim-migrate @ 12522] GET OUTTA MY HOUSE!!! Thanks to Gary for showing me a list of non-namespaced stuff. I'm sure I missed some. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 19 Apr 2005 04:43:13 +0000
parents b6ca0e1b19d0
children 6240d7fd5b2c
line wrap: on
line diff
--- a/src/prefs.c	Tue Apr 19 04:21:39 2005 +0000
+++ b/src/prefs.c	Tue Apr 19 04:43:13 2005 +0000
@@ -104,7 +104,7 @@
  * This function recursively creates the xmlnode tree from the prefs
  * tree structure.  Yay recursion!
  */
-void
+static void
 pref_to_xmlnode(xmlnode *parent, struct gaim_pref *pref)
 {
 	xmlnode *node, *childnode;