From 0003ea2c3dbaa7e22f4f616539136821d80694b8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 18 Sep 2010 09:38:05 +0100 Subject: generator: Generate guestfish-only commands. The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code. --- fish/supported.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/supported.c') diff --git a/fish/supported.c b/fish/supported.c index c97af143..3a0c93c0 100644 --- a/fish/supported.c +++ b/fish/supported.c @@ -26,7 +26,7 @@ #include "fish.h" int -do_supported (const char *cmd, int argc, char *argv[]) +run_supported (const char *cmd, int argc, char *argv[]) { char **groups; -- cgit