mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Move STD_MOD declaration to end of file as per the norm of everything else (issue #7711 reported by Mithraen)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -708,8 +708,6 @@ static const char *key(void)
|
||||
return ASTERISK_GPL_KEY;
|
||||
}
|
||||
|
||||
STD_MOD(MOD_0, reload, NULL, NULL);
|
||||
|
||||
static int pgsql_reconnect(const char *database)
|
||||
{
|
||||
char my_database[50];
|
||||
@@ -800,3 +798,5 @@ static int realtime_pgsql_status(int fd, int argc, char **argv)
|
||||
return RESULT_FAILURE;
|
||||
}
|
||||
}
|
||||
|
||||
STD_MOD(MOD_0, reload, NULL, NULL);
|
||||
|
Reference in New Issue
Block a user