Add session address

This commit is contained in:
luwenpeng
2023-12-11 16:22:46 +08:00
parent 252c74719b
commit 37aeb10e59
5 changed files with 372 additions and 0 deletions

15
src/packet/packet.h Normal file
View File

@@ -0,0 +1,15 @@
#ifndef _PACKET_H
#define _PACKET_H
#ifdef __cpluscplus
extern "C"
{
#endif
struct packet;
#ifdef __cpluscplus
}
#endif
#endif