mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
guestfish: Fix build error in 'print_shell_quote' function.
Amend commit 1c6ed48bd3 so the prototype of
'print_shell_quote' function is correct.
This commit is contained in:
@@ -66,7 +66,7 @@ static void cmdline (char *argv[], int optind, int argc);
|
||||
static void initialize_readline (void);
|
||||
static void cleanup_readline (void);
|
||||
static void add_history_line (const char *);
|
||||
static int print_shell_quote (FILE *stream, const char *str);
|
||||
static void print_shell_quote (FILE *stream, const char *str);
|
||||
|
||||
/* Currently open libguestfs handle. */
|
||||
guestfs_h *g;
|
||||
|
||||
Reference in New Issue
Block a user