aboutsummaryrefslogtreecommitdiffstats
path: root/clopts_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'clopts_common.h')
-rw-r--r--clopts_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/clopts_common.h b/clopts_common.h
index 2584cd662b..376ddcc9c3 100644
--- a/clopts_common.h
+++ b/clopts_common.h
@@ -35,6 +35,10 @@ extern "C" {
*/
void handle_dashG_option(int argc, char **argv, char *progname);
+int get_natural_int(const char *appname, const char *string, const char *name);
+
+int get_positive_int(const char *appname, const char *string, const char *name);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */