summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-08 09:25:32 +0100
committerRichard Jones <rjones@redhat.com>2010-05-08 09:25:32 +0100
commitbece54704bb081339a87233bbc5401f2892467be (patch)
tree20f2adb4e3b26e8b24d4ccb4c824e20538d293c9 /fish/fish.h
parenta96d70113ffcd01f55262c3d0fbe711bee759fec (diff)
downloadlibguestfs-bece54704bb081339a87233bbc5401f2892467be.tar.gz
libguestfs-bece54704bb081339a87233bbc5401f2892467be.tar.xz
libguestfs-bece54704bb081339a87233bbc5401f2892467be.zip
fish: Make 'launch' function static.
This commit makes the launch function static and private to 'fish.c', and changes the generator so the function is no longer called for the 'run/launch' command.
Diffstat (limited to 'fish/fish.h')
-rw-r--r--fish/fish.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/fish.h b/fish/fish.h
index 8cdce265..a9993b37 100644
--- a/fish/fish.h
+++ b/fish/fish.h
@@ -60,7 +60,6 @@ extern void free_strings (char **argv);
extern int count_strings (char *const *argv);
extern void print_strings (char *const *argv);
extern void print_table (char *const *argv);
-extern int launch (guestfs_h *);
extern int is_true (const char *str);
extern char **parse_string_list (const char *str);
extern int xwrite (int fd, const void *buf, size_t len);