提交 3d1eaaff authored 作者: Mathieu Rene's avatar Mathieu Rene

Missing prototype

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12252 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c4787ffd
......@@ -35,6 +35,7 @@
#include <fcntl.h>
SWITCH_MODULE_LOAD_FUNCTION(mod_dialplan_directory_load);
SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_dialplan_directory_shutdown);
SWITCH_MODULE_DEFINITION(mod_dialplan_directory, mod_dialplan_directory_load, mod_dialplan_directory_shutdown, NULL);
static struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论