summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-09 18:49:10 +0100
committerRichard Jones <rjones@redhat.com>2010-09-09 23:12:19 +0100
commit2635a9c70e5f8aab85bbcb6b7a645f720d1e4466 (patch)
treeccaad5f9ba3439a95275ee08bb1d4ca4e01ac6b3 /fish/fish.h
parent43eed091129212dd29996838cf1d76af0f8fc135 (diff)
downloadlibguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.tar.gz
libguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.tar.xz
libguestfs-2635a9c70e5f8aab85bbcb6b7a645f720d1e4466.zip
fish: Implement copy-in and copy-out commands.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/fish.h b/fish/fish.h
index ec1c82f3..f908a222 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -94,6 +94,10 @@ extern int alloc_disk (const char *filename, const char *size,
int add, int sparse);
extern int parse_size (const char *str, off_t *size_rtn);
+/* in copy.c */
+extern int do_copy_in (const char *cmd, int argc, char *argv[]);
+extern int do_copy_out (const char *cmd, int argc, char *argv[]);
+
/* in echo.c */
extern int do_echo (const char *cmd, int argc, char *argv[]);
@@ -164,6 +168,7 @@ extern int add_libvirt_drives (const char *guest);
"help", \
"quit", "exit", "q", \
"alloc", "allocate", \
+ "copy-in", "copy-out", \
"echo", \
"edit", "vi", "emacs", \
"lcd", \