mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
virXPathInt() and virXPathUInt() don't exist
It looks like these functions have never existed.
This commit is contained in:
parent
62e45f57b4
commit
c4602255c7
@ -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>
|
Fri Feb 13 19:03:58 IST 2009 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
* docs/virsh.pod: update bugzilla link
|
* docs/virsh.pod: update bugzilla link
|
||||||
|
@ -21,14 +21,6 @@ int virXPathNumber (virConnectPtr conn,
|
|||||||
const char *xpath,
|
const char *xpath,
|
||||||
xmlXPathContextPtr ctxt,
|
xmlXPathContextPtr ctxt,
|
||||||
double *value);
|
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,
|
int virXPathLong (virConnectPtr conn,
|
||||||
const char *xpath,
|
const char *xpath,
|
||||||
xmlXPathContextPtr ctxt,
|
xmlXPathContextPtr ctxt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user