aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_vdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_vdi.h')
-rw-r--r--tools/libxen/include/xen_vdi.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/libxen/include/xen_vdi.h b/tools/libxen/include/xen_vdi.h
index 9ebb8fd9ee..74b63542e6 100644
--- a/tools/libxen/include/xen_vdi.h
+++ b/tools/libxen/include/xen_vdi.h
@@ -338,21 +338,6 @@ xen_vdi_remove_from_other_config(xen_session *session, xen_vdi vdi, char *key);
/**
- * Take an exact copy of the VDI; the snapshot lives in the same
- * Storage Repository as its parent.
- */
-extern bool
-xen_vdi_snapshot(xen_session *session, xen_vdi *result, xen_vdi vdi);
-
-
-/**
- * Resize the vdi to the size.
- */
-extern bool
-xen_vdi_resize(xen_session *session, xen_vdi vdi, int64_t size);
-
-
-/**
* Return a list of all the VDIs known to the system.
*/
extern bool