From 02c0df21747e5795197510f15da73bd0c287e978 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 14:26:16 +0000 Subject: manual/9083 --- Src/Modules/mapfile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Src/Modules/mapfile.c') diff --git a/Src/Modules/mapfile.c b/Src/Modules/mapfile.c index 11553609c..5bbc17eca 100644 --- a/Src/Modules/mapfile.c +++ b/Src/Modules/mapfile.c @@ -329,14 +329,14 @@ scanpmmapfile(HashTable ht, ScanFunc func, int flags) /**/ int -setup_mapfile(Module m) +setup_(Module m) { return 0; } /**/ int -boot_mapfile(Module m) +boot_(Module m) { /* Create the special associative array. */ @@ -348,7 +348,7 @@ boot_mapfile(Module m) /**/ int -cleanup_mapfile(Module m) +cleanup_(Module m) { Param pm; @@ -364,7 +364,7 @@ cleanup_mapfile(Module m) /**/ int -finish_mapfile(Module m) +finish_(Module m) { return 0; } -- cgit 1.4.1