lokinet/llarp/util/time.hpp

13 lines
154 B
C++
Raw Normal View History

2018-10-08 11:56:40 +00:00
#ifndef LLARP_TIME_HPP
#define LLARP_TIME_HPP
#include <util/types.hpp>
2018-11-19 22:45:37 +00:00
2018-10-08 11:56:40 +00:00
namespace llarp
{
2018-11-19 22:45:37 +00:00
llarp_time_t
time_now_ms();
} // namespace llarp
2018-10-08 11:56:40 +00:00
#endif