From 88da5cf8a32e683ed1d78419fcde609a389a2f65 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 27 Jun 2009 15:00:48 +0200 Subject: Guestfish pipes. --- fish/fish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/fish.h') 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); -- cgit