From 30a855786822f15108e3a9d4dbd5579cd656abba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 23 Jul 2005 11:41:25 +0000 Subject: More 'char*' -> 'const char*' changes to fix warnings. svn path=/trunk/; revision=15015 --- clopts_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clopts_common.h') diff --git a/clopts_common.h b/clopts_common.h index 376ddcc9c3..d4862f8575 100644 --- a/clopts_common.h +++ b/clopts_common.h @@ -33,7 +33,7 @@ extern "C" { * Handle the "-G" option, to cause protocol field, etc. information * to be printed. */ -void handle_dashG_option(int argc, char **argv, char *progname); +void handle_dashG_option(int argc, char **argv, const char *progname); int get_natural_int(const char *appname, const char *string, const char *name); -- cgit v1.2.3