add reload() (bug 9981)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo 2006-04-29 04:55:47 +00:00
parent 96e015a239
commit 532e552c1f
1 changed files with 1 additions and 1 deletions

View File

@ -718,7 +718,7 @@ static const char *key(void)
return ASTERISK_GPL_KEY;
}
STD_MOD(MOD_0, NULL, NULL, NULL);
STD_MOD(MOD_0, reload, NULL, NULL);
static int pgsql_reconnect(const char *database)
{