summaryrefslogtreecommitdiff
path: root/rest/rest-xml-parser.c
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-05-14 19:17:28 +0100
committerRoss Burton <ross@linux.intel.com>2009-05-15 08:30:53 +0100
commit2577146f9103b8256c539715f6bb651fba2f7970 (patch)
tree784f19505f9c473b3087e78f99d36438c284cca1 /rest/rest-xml-parser.c
parent8599e421db46b6a1e8662e2ef4cbd802725eec8e (diff)
downloadlibrest-2577146f9103b8256c539715f6bb651fba2f7970.tar.gz
Make rest_xml_node_new private until it's useful
Diffstat (limited to 'rest/rest-xml-parser.c')
-rw-r--r--rest/rest-xml-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest/rest-xml-parser.c b/rest/rest-xml-parser.c
index ffc422a..d82b113 100644
--- a/rest/rest-xml-parser.c
+++ b/rest/rest-xml-parser.c
@@ -151,7 +151,7 @@ rest_xml_node_get_type (void)
return type;
}
-RestXmlNode *
+static RestXmlNode *
rest_xml_node_new ()
{
RestXmlNode *node;