aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-23 11:41:25 +0000
commit30a855786822f15108e3a9d4dbd5579cd656abba (patch)
tree88cde02c2a8b79acb9a58e94d44b2cc686e12e9e /clopts_common.h
parentcb4ac62893d38d74efc89f5d5c90c7451dc421a4 (diff)
More 'char*' -> 'const char*' changes to fix warnings.
svn path=/trunk/; revision=15015
Diffstat (limited to 'clopts_common.h')
-rw-r--r--clopts_common.h2
1 files changed, 1 insertions, 1 deletions
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);