aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-21 17:06:20 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-21 17:06:20 +0000
commitb892028b9602f0f7922a5406047706eb36454469 (patch)
tree4e5a10fc6a9004ec725566fa6d2919935dbcf98a /src/conf.h
parent74c4f5364df84f7fe7a944a4f690a11766e90f6f (diff)
downloadmpd-b892028b9602f0f7922a5406047706eb36454469.tar.gz
mpd-b892028b9602f0f7922a5406047706eb36454469.tar.xz
mpd-b892028b9602f0f7922a5406047706eb36454469.zip
Add a getBoolConfigParam function
git-svn-id: https://svn.musicpd.org/mpd/trunk@4417 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 5e86d1bc5..fd68ca327 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -85,6 +85,8 @@ ConfigParam *getNextConfigParam(char *name, ConfigParam * last);
char *getConfigParamValue(char *name);
+int getBoolConfigParam(char *name);
+
BlockParam *getBlockParam(ConfigParam * param, char *name);
ConfigParam *parseConfigFilePath(char *name, int force);