summaryrefslogtreecommitdiffstats
path: root/m_config.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-10 18:41:21 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-10 18:41:21 +0000
commit7a4efd3ce736f3e4e2361a1b1670cb6a316833d2 (patch)
tree72acce5cd51492e45192786f5beaade74ce29d9f /m_config.h
parentb04ef6f7798216db14b1d69b26ad62f0c1fcc339 (diff)
downloadmpv-7a4efd3ce736f3e4e2361a1b1670cb6a316833d2.tar.bz2
mpv-7a4efd3ce736f3e4e2361a1b1670cb6a316833d2.tar.xz
export m_config_set_profile()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25662 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_config.h')
-rw-r--r--m_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/m_config.h b/m_config.h
index a1dc550084..5c7f1d26f5 100644
--- a/m_config.h
+++ b/m_config.h
@@ -193,6 +193,15 @@ int
m_config_set_profile_option(m_config_t* config, m_profile_t* p,
char* name, char* val);
+/// Enables profile usage
+/** Used by the config file parser when loading a profile.
+ *
+ * \param config The config object.
+ * \param p The profile object.
+ */
+void
+m_config_set_profile(m_config_t* config, m_profile_t* p);
+
///@}
///@}