函数声明放置于头文件

This commit is contained in:
xiongziliang
2019-06-24 14:58:56 +08:00
parent 9a5d3da69c
commit bff1f2f8f6
3 changed files with 6 additions and 6 deletions

View File

@@ -34,5 +34,7 @@ namespace Hook {
extern const string kTimeoutSec;
}//namespace Hook
void installWebHook();
void unInstallWebHook();
#endif //ZLMEDIAKIT_WEBHOOK_H