You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util/time.hpp

13 lines
154 B
C++

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