From 03e230cc54103d18e9c8a18208c7d27805400a71 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Dec 1999 21:29:55 +0000 Subject: manual:9047 --- Src/Zle/complist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Zle/complist.c') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index ce00ed240..32a2d99f3 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -1196,14 +1196,14 @@ menuselect(char **args) /**/ int -setup_(Module m) +setup_complist(Module m) { return 0; } /**/ int -boot_(Module m) +boot_complist(Module m) { mtab = NULL; mgtab = NULL; @@ -1237,7 +1237,7 @@ boot_(Module m) /**/ int -cleanup_(Module m) +cleanup_complist(Module m) { free(mtab); free(mgtab); @@ -1251,7 +1251,7 @@ cleanup_(Module m) /**/ int -finish_(Module m) +finish_complist(Module m) { return 0; } -- cgit 1.4.1