From 435e7c62382df0adcfcec0bae6fd8e65c7dacbda Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 3 Jan 2016 20:31:46 +0100 Subject: conf: keep the struct conf allocated --- include/baresip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/baresip.h b/include/baresip.h index 401b7fc..b8d92aa 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -105,6 +105,7 @@ int conf_get_vidsz(const struct conf *conf, const char *name, struct vidsz *sz); int conf_get_sa(const struct conf *conf, const char *name, struct sa *sa); bool conf_fileexist(const char *path); +void conf_close(void); struct conf *conf_cur(void); -- cgit v1.2.3