summaryrefslogtreecommitdiffstats
path: root/server/parser/xmlparser.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-12 20:37:27 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-12 20:37:27 +0200
commit4dbb674d486f22e07d20f1a818ee8b66691d1bd8 (patch)
treeddc4f17233a99c71df1c9a5cc4fc4a80afe37e04 /server/parser/xmlparser.h
parent5b702dfacef74a5ca2835f208fdfa8c4ea76ba54 (diff)
downloadrteval-4dbb674d486f22e07d20f1a818ee8b66691d1bd8.tar.gz
rteval-4dbb674d486f22e07d20f1a818ee8b66691d1bd8.tar.xz
rteval-4dbb674d486f22e07d20f1a818ee8b66691d1bd8.zip
Added doxygen comments for xmlparser.[ch] and pgsql.c
Diffstat (limited to 'server/parser/xmlparser.h')
-rw-r--r--server/parser/xmlparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/parser/xmlparser.h b/server/parser/xmlparser.h
index 147e5f3..096f425 100644
--- a/server/parser/xmlparser.h
+++ b/server/parser/xmlparser.h
@@ -29,7 +29,6 @@ typedef struct {
} parseParams;
xmlDoc *parseToSQLdata(xsltStylesheet *xslt, xmlDoc *indata_d, parseParams *params);
-char *sqldataValueHash(xmlNode *sql_n);
char *sqldataExtractContent(xmlNode *sql_n);
int sqldataGetFid(xmlNode *sqld, const char *fname);
char *sqldataGetValue(xmlDoc *sqld, const char *fname, int recid);