Missing prototype

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12252 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene 2009-02-23 19:23:54 +00:00
parent c4787ffd48
commit 3d1eaaff30
1 changed files with 1 additions and 0 deletions

View File

@ -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 {