#ifndef LLARP_TYPES_H #define LLARP_TYPES_H #include typedef uint8_t llarp_proto_version_t; typedef uint64_t llarp_time_t; typedef uint64_t llarp_seconds_t; #endif