summaryrefslogtreecommitdiffstats
path: root/src
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 /src
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 'src')
-rwxr-xr-xsrc/generator.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml
index c01e265b..31ef3130 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -447,7 +447,7 @@ You probably don't want to call this function.")]
*)
let non_daemon_functions = test_functions @ [
- ("launch", (RErr, []), -1, [FishAlias "run"; FishAction "launch"],
+ ("launch", (RErr, []), -1, [FishAlias "run"],
[],
"launch the qemu subprocess",
"\