X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2Factions.h;h=501e33776fcc619a4b0db3251bad4f4e8a503dbc;hb=62df226f26bd6ac3c481a7790eb89d760d2f0386;hp=373e513f0e461053e20da8c187f3e0bbf993b7e8;hpb=b03ee3675bed8d739ae722ed8c030ae02b3cb0ed;p=libguestfs.git diff --git a/daemon/actions.h b/daemon/actions.h index 373e513..501e337 100644 --- a/daemon/actions.h +++ b/daemon/actions.h @@ -104,3 +104,5 @@ 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); +extern int do_fsck (const char *fstype, const char *device); +extern int do_zero (const char *device);