diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-13 23:58:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-13 23:58:33 +0100 |
commit | adefe14e308a0f8cf73f9c60693a3dbbded157b9 (patch) | |
tree | cc1ecd798dd05c422ddcf99c1cdbef307aacb8fd /daemon/actions.h | |
parent | 42283403886da648bb239177369aa65c0a659255 (diff) | |
download | libguestfs-adefe14e308a0f8cf73f9c60693a3dbbded157b9.tar.gz libguestfs-adefe14e308a0f8cf73f9c60693a3dbbded157b9.tar.xz libguestfs-adefe14e308a0f8cf73f9c60693a3dbbded157b9.zip |
Generated files for file(1) command.
Diffstat (limited to 'daemon/actions.h')
-rw-r--r-- | daemon/actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/actions.h b/daemon/actions.h index 2a9d3d1d..d53729bf 100644 --- a/daemon/actions.h +++ b/daemon/actions.h @@ -69,3 +69,4 @@ extern int do_umount (const char *pathordevice); extern char **do_mounts (void); extern int do_umount_all (void); extern int do_lvm_remove_all (void); +extern char *do_file (const char *path); |