16 lines
131 B
C
16 lines
131 B
C
#ifndef _PACKET_H
|
|
#define _PACKET_H
|
|
|
|
#ifdef __cpluscplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
struct packet;
|
|
|
|
#ifdef __cpluscplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|