comparison 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
comparison
equal deleted inserted replaced
10849:c203cd637f95 10850:fa06fda62868
102 102
103 /* 103 /*
104 * This function recursively creates the xmlnode tree from the prefs 104 * This function recursively creates the xmlnode tree from the prefs
105 * tree structure. Yay recursion! 105 * tree structure. Yay recursion!
106 */ 106 */
107 void 107 static void
108 pref_to_xmlnode(xmlnode *parent, struct gaim_pref *pref) 108 pref_to_xmlnode(xmlnode *parent, struct gaim_pref *pref)
109 { 109 {
110 xmlnode *node, *childnode; 110 xmlnode *node, *childnode;
111 struct gaim_pref *child; 111 struct gaim_pref *child;
112 char buf[20]; 112 char buf[20];