summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'subopt-helper.h')
-rw-r--r--subopt-helper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/subopt-helper.h b/subopt-helper.h
index 9a8c828199..37ea6d6790 100644
--- a/subopt-helper.h
+++ b/subopt-helper.h
@@ -43,4 +43,7 @@ typedef struct strarg_s
int int_non_neg( int * i );
int int_pos( int * i );
+int strargcmp(strarg_t *arg, char *str);
+int strargcasecmp(strarg_t *arg, char *str);
+
#endif