mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-24 06:10:11 +00:00
11 lines
178 B
C
11 lines
178 B
C
|
#ifndef SUBSCRIBE_H
|
||
|
#define SUBSCRIBE_H
|
||
|
|
||
|
#include "nebula_proto.h"
|
||
|
|
||
|
int subscribe_loop();
|
||
|
|
||
|
void NebulaOnSub(NebulaHeader *head, const char* data, int len);
|
||
|
|
||
|
#endif //SUBSCRIBE_H
|