aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-09 23:57:52 +0200
committerMax Kellermann <max@duempel.org>2011-09-09 23:59:46 +0200
commit5cce56199bdd74d8862da51d3a0bd7a748b42520 (patch)
tree312a599119ca13290d83e551fa2748324d011658 /src/conf.c
parent3cc12817f686064fe18112cf05d8bd541abcd398 (diff)
conf: export config_param_free()
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 155e7520..66d8b264 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -143,7 +143,7 @@ config_new_param(const char *value, int line)
return ret;
}
-static void
+void
config_param_free(struct config_param *param)
{
g_free(param->value);