diff options
author | Max Kellermann <max@duempel.org> | 2011-09-09 23:57:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-09 23:59:46 +0200 |
commit | 5cce56199bdd74d8862da51d3a0bd7a748b42520 (patch) | |
tree | 312a599119ca13290d83e551fa2748324d011658 /src/conf.h | |
parent | 3cc12817f686064fe18112cf05d8bd541abcd398 (diff) | |
download | mpd-5cce56199bdd74d8862da51d3a0bd7a748b42520.tar.gz mpd-5cce56199bdd74d8862da51d3a0bd7a748b42520.tar.xz mpd-5cce56199bdd74d8862da51d3a0bd7a748b42520.zip |
conf: export config_param_free()
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index d91d464ce..815c739b1 100644 --- a/src/conf.h +++ b/src/conf.h @@ -218,6 +218,9 @@ struct config_param * config_new_param(const char *value, int line); void +config_param_free(struct config_param *param); + +void config_add_block_param(struct config_param * param, const char *name, const char *value, int line); |