lokinet/llarp/util/time.hpp
2019-11-05 11:58:53 -05:00

13 lines
154 B
C++

#ifndef LLARP_TIME_HPP
#define LLARP_TIME_HPP
#include <util/types.hpp>
namespace llarp
{
llarp_time_t
time_now_ms();
} // namespace llarp
#endif