mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +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>
|
||||
|
||||
* docs/virsh.pod: update bugzilla link
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user