lokinet/include/llarp/types.h

10 lines
177 B
C
Raw Normal View History

2018-01-27 01:18:10 +00:00
#ifndef LLARP_TYPES_H
#define LLARP_TYPES_H
2018-01-27 01:18:10 +00:00
#include <stdint.h>
typedef uint8_t llarp_proto_version_t;
typedef uint64_t llarp_time_t;
2018-05-19 17:21:56 +00:00
typedef uint64_t llarp_seconds_t;
2018-01-27 01:18:10 +00:00
#endif