virXPathInt() and virXPathUInt() don't exist

It looks like these functions have never existed.
This commit is contained in:
Mark McLoughlin 2009-02-13 19:12:20 +00:00
parent 62e45f57b4
commit c4602255c7
2 changed files with 4 additions and 8 deletions

View File

@ -1,3 +1,7 @@
Fri Feb 13 19:04:22 IST 2009 Mark McLoughlin <markmc@redhat.com>
* src/xml.h: kill some non-existent functions
Fri Feb 13 19:03:58 IST 2009 Mark McLoughlin <markmc@redhat.com>
* docs/virsh.pod: update bugzilla link

View File

@ -21,14 +21,6 @@ int virXPathNumber (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
double *value);
int virXPathInt (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
int *value);
int virXPathUInt (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,
unsigned int *value);
int virXPathLong (virConnectPtr conn,
const char *xpath,
xmlXPathContextPtr ctxt,