diff subopt-helper.h @ 15734:7e4fa8fc255c

helper functions for comparing strarg_t "strings".
author reimar
date Thu, 16 Jun 2005 09:08:07 +0000
parents 2ef20aa3623b
children f73adf296f1e
line wrap: on
line diff
--- a/subopt-helper.h	Thu Jun 16 09:03:11 2005 +0000
+++ b/subopt-helper.h	Thu Jun 16 09:08:07 2005 +0000
@@ -43,4 +43,7 @@
 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