summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2015-06-27 10:04:47 +0200
committerAlfred E. Heggestad <aeh@db.org>2015-06-27 10:04:47 +0200
commitf8873153be5480ca6b79741e7cbdf667080e562d (patch)
tree1dd9688f8bc8dfbdd203bbfa631d234fa1ee2054 /include/baresip.h
parent8f5b65ec11c21035eca2cf87d40cc2f1578e5627 (diff)
added -m option to pre-load modules before config is parsed
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 0482db2..675d8f0 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -900,6 +900,9 @@ const char *sdp_rattr(const struct sdp_session *s, const struct sdp_media *m,
#endif
+int module_preload(const char *module);
+
+
#ifdef __cplusplus
}
#endif