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/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fish/more.c') diff --git a/fish/more.c b/fish/more.c index 55faefa8..27fc5481 100644 --- a/fish/more.c +++ b/fish/more.c @@ -28,7 +28,7 @@ #include "fish.h" int -do_more (const char *cmd, int argc, char *argv[]) +run_more (const char *cmd, int argc, char *argv[]) { char filename[] = "/tmp/guestfishXXXXXX"; char buf[256]; -- cgit