summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
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);