This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/src/packet/packet.h

16 lines
131 B
C
Raw Normal View History

2023-12-11 16:22:46 +08:00
#ifndef _PACKET_H
#define _PACKET_H
#ifdef __cpluscplus
extern "C"
{
#endif
struct packet;
#ifdef __cpluscplus
}
#endif
#endif