diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-27 15:00:48 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-28 22:22:30 +0100 |
commit | 88da5cf8a32e683ed1d78419fcde609a389a2f65 (patch) | |
tree | d5ba4eace6c03ef8374c2d9394711ae724f744cf /fish/fish.h | |
parent | d164ae963297a99e2222bc32b11928c1635c45d8 (diff) | |
download | libguestfs-88da5cf8a32e683ed1d78419fcde609a389a2f65.tar.gz libguestfs-88da5cf8a32e683ed1d78419fcde609a389a2f65.tar.xz libguestfs-88da5cf8a32e683ed1d78419fcde609a389a2f65.zip |
Guestfish pipes.
Diffstat (limited to 'fish/fish.h')
-rw-r--r-- | fish/fish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h index 88158071..8f575955 100644 --- a/fish/fish.h +++ b/fish/fish.h @@ -34,7 +34,7 @@ extern guestfs_h *g; extern int quit; extern int verbose; -extern int issue_command (const char *cmd, char *argv[]); +extern int issue_command (const char *cmd, char *argv[], const char *pipe); extern void pod2text (const char *heading, const char *body); extern void list_builtin_commands (void); extern void display_builtin_command (const char *cmd); |