summaryrefslogtreecommitdiffstats
path: root/options/m_config_frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/m_config_frontend.h')
-rw-r--r--options/m_config_frontend.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/m_config_frontend.h b/options/m_config_frontend.h
index 19fbcadf25..81bc78b6e1 100644
--- a/options/m_config_frontend.h
+++ b/options/m_config_frontend.h
@@ -232,6 +232,9 @@ struct m_profile *m_config_add_profile(struct m_config *config, char *name);
*/
void m_profile_set_desc(struct m_profile *p, bstr desc);
+// Set auto profile condition of a profile.
+void m_profile_set_cond(struct m_profile *p, bstr cond);
+
/* Add an option to a profile.
* Used by the config file parser when defining a profile.
*