summaryrefslogtreecommitdiffstats
path: root/subopt-helper.h
diff options
context:
space:
mode:
authoral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 20:14:00 +0000
committeral <al@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 20:14:00 +0000
commit546e6316acd2663c7a8bba621b152a0aaa183410 (patch)
tree7f1257ce876956400e46e59a7accba3993da1bf2 /subopt-helper.h
parentd25c17a05a94235891d02ae676bbced0b4398daf (diff)
downloadmpv-546e6316acd2663c7a8bba621b152a0aaa183410.tar.bz2
mpv-546e6316acd2663c7a8bba621b152a0aaa183410.tar.xz
Move generic tests to a common place.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14737 b3059339-0415-0410-9bf9-f77b7e298cf2
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