mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
c7940076bf
remove extern "C"
10 lines
177 B
C
10 lines
177 B
C
#ifndef LLARP_TYPES_H
|
|
#define LLARP_TYPES_H
|
|
#include <stdint.h>
|
|
|
|
typedef uint8_t llarp_proto_version_t;
|
|
typedef uint64_t llarp_time_t;
|
|
typedef uint64_t llarp_seconds_t;
|
|
|
|
#endif
|