X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Factions.h;h=373e513f0e461053e20da8c187f3e0bbf993b7e8;hb=e4733575efff31742444b180cdcfbc2504b144c8;hp=2cd7f3dd989c20122c4131c43b15cad91a765d11;hpb=79cdf81e2fb717ea4372a55170d16800cdbddf23;p=libguestfs.git diff --git a/daemon/actions.h b/daemon/actions.h index 2cd7f3d..373e513 100644 --- a/daemon/actions.h +++ b/daemon/actions.h @@ -96,3 +96,11 @@ extern int do_tgz_out (const char *directory); extern int do_mount_ro (const char *device, const char *mountpoint); extern int do_mount_options (const char *options, const char *device, const char *mountpoint); extern int do_mount_vfs (const char *options, const char *vfstype, const char *device, const char *mountpoint); +extern char *do_debug (const char *subcmd, char * const* const extraargs); +extern int do_lvremove (const char *device); +extern int do_vgremove (const char *vgname); +extern int do_pvremove (const char *device); +extern int do_set_e2label (const char *device, const char *label); +extern char *do_get_e2label (const char *device); +extern int do_set_e2uuid (const char *device, const char *uuid); +extern char *do_get_e2uuid (const char *device);