mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 04:25:58 +08:00
函数声明放置于头文件
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include "Player/PlayerProxy.h"
|
||||
#include "Http/WebSocketSession.h"
|
||||
#include "WebApi.h"
|
||||
#include "WebHook.h"
|
||||
|
||||
#if !defined(_WIN32)
|
||||
#include "System.h"
|
||||
@@ -157,12 +158,6 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
extern void installWebApi();
|
||||
extern void unInstallWebApi();
|
||||
extern void installWebHook();
|
||||
extern void unInstallWebHook();
|
||||
|
||||
#if !defined(_WIN32)
|
||||
static void inline listen_shell_input(){
|
||||
cout << "> 欢迎进入命令模式,你可以输入\"help\"命令获取帮助" << endl;
|
||||
|
||||
Reference in New Issue
Block a user