aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'clopts_common.h')
-rw-r--r--clopts_common.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/clopts_common.h b/clopts_common.h
index d4862f8575..461fad4bb3 100644
--- a/clopts_common.h
+++ b/clopts_common.h
@@ -29,15 +29,9 @@
extern "C" {
#endif /* __cplusplus */
-/*
- * Handle the "-G" option, to cause protocol field, etc. information
- * to be printed.
- */
-void handle_dashG_option(int argc, char **argv, const char *progname);
-
-int get_natural_int(const char *appname, const char *string, const char *name);
+int get_natural_int(const char *string, const char *name);
-int get_positive_int(const char *appname, const char *string, const char *name);
+int get_positive_int(const char *string, const char *name);
#ifdef __cplusplus
}