summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 09:08:07 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-06-16 09:08:07 +0000
commit679f307f013740c1bdc42859ea9a206508f6b811 (patch)
treec48396455feed5cfb493dd8f9e44000f32f13be7 /subopt-helper.h
parent1d0e6ef7cc82ec7933447c02aef16d652e202b55 (diff)
downloadmpv-679f307f013740c1bdc42859ea9a206508f6b811.tar.bz2
mpv-679f307f013740c1bdc42859ea9a206508f6b811.tar.xz
helper functions for comparing strarg_t "strings".
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15735 b3059339-0415-0410-9bf9-f77b7e298cf2
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