libgaim/xmlnode.h

changeset 14988
66b34458d49e
parent 14498
ede839a78714
child 15238
e52522b871ee
equal deleted inserted replaced
14987:1f3e20245da1 14988:66b34458d49e
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #ifndef _GAIM_XMLNODE_H_ 25 #ifndef _GAIM_XMLNODE_H_
26 #define _GAIM_XMLNODE_H_ 26 #define _GAIM_XMLNODE_H_
27
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
27 31
28 /** 32 /**
29 * The valid types for an xmlnode 33 * The valid types for an xmlnode
30 */ 34 */
31 typedef enum _XMLNodeType 35 typedef enum _XMLNodeType
222 * 226 *
223 * @param node The node to free. 227 * @param node The node to free.
224 */ 228 */
225 void xmlnode_free(xmlnode *node); 229 void xmlnode_free(xmlnode *node);
226 230
231 #ifdef __cplusplus
232 }
233 #endif
234
227 #endif /* _GAIM_XMLNODE_H_ */ 235 #endif /* _GAIM_XMLNODE_H_ */

mercurial