From a9be3af5ad4836f7e50f0546311ca90c717b861e Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 26 Apr 1999 16:43:10 +0000 Subject: Remove NOPROTO definitions and error code comments. --- apps/gendh.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/gendh.c') diff --git a/apps/gendh.c b/apps/gendh.c index c69147e370..e3be0827c1 100644 --- a/apps/gendh.c +++ b/apps/gendh.c @@ -73,14 +73,8 @@ #undef PROG #define PROG gendh_main -#ifndef NOPROTO static void MS_CALLBACK dh_cb(int p, int n, char *arg); static long dh_load_rand(char *names); -#else -static void MS_CALLBACK dh_cb(); -static long dh_load_rand(); -#endif - int MAIN(int argc, char **argv) { char buffer[200]; -- cgit v1.2.3