mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
Move code from res_features into (new file) main/features.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,6 +46,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
#include "asterisk/rtp.h"
|
||||
#include "asterisk/http.h"
|
||||
#include "asterisk/lock.h"
|
||||
#include "asterisk/features.h"
|
||||
|
||||
#ifdef DLFCNCOMPAT
|
||||
#include "asterisk/dlfcn-compat.h"
|
||||
@@ -247,6 +248,7 @@ static struct reload_classes {
|
||||
{ "rtp", ast_rtp_reload },
|
||||
{ "http", ast_http_reload },
|
||||
{ "logger", logger_reload },
|
||||
{ "features", ast_features_reload },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user