summaryrefslogtreecommitdiffstats
path: root/cfgparser.h
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 09:45:39 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-20 09:45:39 +0000
commit366c057ac4777887359a4d6803df3d7098926d0b (patch)
treea0f9beb02a1bb698385950d547c0ba06956bf4c9 /cfgparser.h
parentcfaca0053dbfda1c2a091fa92037427bb3600e9e (diff)
downloadmpv-366c057ac4777887359a4d6803df3d7098926d0b.tar.bz2
mpv-366c057ac4777887359a4d6803df3d7098926d0b.tar.xz
New string list option type
A -list-options option to get a list of all avaible options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5216 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfgparser.h')
-rw-r--r--cfgparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfgparser.h b/cfgparser.h
index bb36a32f05..9f06eb798d 100644
--- a/cfgparser.h
+++ b/cfgparser.h
@@ -14,6 +14,7 @@
#define CONF_TYPE_PRINT 6
#define CONF_TYPE_FUNC_FULL 7
#define CONF_TYPE_SUBCONFIG 8
+#define CONF_TYPE_STRING_LIST 9
#define ERR_NOT_AN_OPTION -1