OpenWrt_Luci_Lua/1_8.sip_push/nebula_sdk/sdk/auth.h

13 lines
182 B
C
Raw Normal View History

2015-06-13 14:34:38 +00:00
#ifndef AUTH_H
#define AUTH_H
#include "nebula_proto.h"
// auth 分为2步.
int NebulaAuth1();
void NebulaOnAuth(NebulaHeader *head, const char* data, int len);
#endif //AUTH_H