summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'subopt-helper.h')
-rw-r--r--subopt-helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/subopt-helper.h b/subopt-helper.h
index 5891b8c0c8..9a8c828199 100644
--- a/subopt-helper.h
+++ b/subopt-helper.h
@@ -39,4 +39,8 @@ typedef struct strarg_s
char const * str; ///< pointer to position inside the parse string
} strarg_t;
+
+int int_non_neg( int * i );
+int int_pos( int * i );
+
#endif