diff options
Diffstat (limited to 'clopts_common.h')
-rw-r--r-- | clopts_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clopts_common.h b/clopts_common.h index 3341fd0519..9077ead647 100644 --- a/clopts_common.h +++ b/clopts_common.h @@ -30,9 +30,11 @@ extern "C" { #endif /* __cplusplus */ int get_natural_int(const char *string, const char *name); - int get_positive_int(const char *string, const char *name); +gint64 get_natural_int64(const char *string, const char *name); +gint64 get_positive_int64(const char *string, const char *name); + #ifdef __cplusplus } #endif /* __cplusplus */ |