#ifndef LLARP_TIME_HPP #define LLARP_TIME_HPP #include namespace llarp { llarp_time_t time_now_ms(); } // namespace llarp #endif