提交 c4602255 编写于 作者: M Mark McLoughlin

virXPathInt() and virXPathUInt() don't exist

It looks like these functions have never existed.
上级 62e45f57
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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册