From 8038ce157577447296e55ad2c4a0183bc5ca4a4c Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 14 Aug 2010 08:35:20 +0000 Subject: [PATCH] see ChangLog --- src/nghelp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nghelp.c b/src/nghelp.c index 7bc2fee9b..6e66c3ab0 100644 --- a/src/nghelp.c +++ b/src/nghelp.c @@ -93,7 +93,7 @@ out: return EXIT_NORMAL; } - +/* void fatal(char *s) { @@ -101,7 +101,7 @@ fatal(char *s) exit(1); } -/* There is a conflict with another cp_printword in cp/quote.c +There is a conflict with another cp_printword in cp/quote.c static void cp_printword(s) char *s; @@ -113,7 +113,7 @@ cp_printword(s) */ bool -cp_getvar(char *n, int t, void *r) +cp_getvar(char *n, enum cp_types type, void *r) { return (FALSE); }