Generated code for debug command.
[libguestfs.git] / daemon / actions.h
index 2cd7f3d..dafbca7 100644 (file)
@@ -96,3 +96,4 @@ 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);