summaryrefslogtreecommitdiff
path: root/libpurple/xmlnode.h
diff options
context:
space:
mode:
authorMarcus Lundblad <malu@pidgin.im>2010-08-31 18:28:10 +0000
committerMarcus Lundblad <malu@pidgin.im>2010-08-31 18:28:10 +0000
commit5fc609e8fed5539079413d29fa6c23167e9cc718 (patch)
tree09fe88b7b9c8ad75a3980b876ca970adc0d458f3 /libpurple/xmlnode.h
parent24f0a2f2edff9c48f57dd3607ad17b709470a1ff (diff)
parentd96df2d0de45a2b4b0dc5e0dfddb2e13b3c8bb44 (diff)
downloadpidgin-cpw.malu.xmpp.google_refactor.tar.gz
propagate from branch 'im.pidgin.pidgin' (head f9599fe0199c86262cea569a5dfb4081df23691d)cpw.malu.xmpp.google_refactor
to branch 'im.pidgin.cpw.malu.xmpp.google_refactor' (head 93935229617363d8fdaf50a9a350c93f0987f66c)
Diffstat (limited to 'libpurple/xmlnode.h')
-rw-r--r--libpurple/xmlnode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/xmlnode.h b/libpurple/xmlnode.h
index 737bab8443..95b330cde1 100644
--- a/libpurple/xmlnode.h
+++ b/libpurple/xmlnode.h
@@ -205,7 +205,7 @@ void xmlnode_set_attrib_full(xmlnode *node, const char *attr, const char *xmlns,
*
* @return The value of the attribute.
*/
-const char *xmlnode_get_attrib(xmlnode *node, const char *attr);
+const char *xmlnode_get_attrib(const xmlnode *node, const char *attr);
/**
* Gets a namespaced attribute from a node
@@ -216,7 +216,7 @@ const char *xmlnode_get_attrib(xmlnode *node, const char *attr);
*
* @return The value of the attribute/
*/
-const char *xmlnode_get_attrib_with_namespace(xmlnode *node, const char *attr, const char *xmlns);
+const char *xmlnode_get_attrib_with_namespace(const xmlnode *node, const char *attr, const char *xmlns);
/**
* Removes an attribute from a node.