From 667ac4ec6a9afb23a07dc7c695dbc5be0f2c83cd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Fri, 11 Feb 2000 09:47:18 +0000 Subject: Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''. --- apps/s_time.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/s_time.c') diff --git a/apps/s_time.c b/apps/s_time.c index 4f42681feb..39fd3b8b4d 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -388,6 +388,8 @@ static double tm_Time_F(int s) * MAIN - main processing area for client * real name depends on MONOLITH */ +int MAIN(int, char **); + int MAIN(int argc, char **argv) { double totalTime = 0.0; -- cgit v1.2.3