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, 2 insertions, 2 deletions
diff --git a/subopt-helper.h b/subopt-helper.h
index 18c6b4bf86..ec8ff7f378 100644
--- a/subopt-helper.h
+++ b/subopt-helper.h
@@ -38,8 +38,8 @@ typedef struct strarg_s
} strarg_t;
-int int_non_neg( int * i );
-int int_pos( int * i );
+int int_non_neg(void *iptr);
+int int_pos(void *iptr);
int strargcmp(strarg_t *arg, const char *str);
int strargcasecmp(strarg_t *arg, char *str);