]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Missing prototype
authorMathieu Rene <mrene@avgs.ca>
Mon, 23 Feb 2009 19:23:54 +0000 (19:23 +0000)
committerMathieu Rene <mrene@avgs.ca>
Mon, 23 Feb 2009 19:23:54 +0000 (19:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12252 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/dialplans/mod_dialplan_directory/mod_dialplan_directory.c

index 9ffb5d460ce8746a162d5528c28e5a0f8762be58..33a8ef84defda46ad22b2bf34206e881d5ce6288 100644 (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 {