mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2025-02-24 20:01:43 +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
|