lokinet/include/llarp/time.h

11 lines
148 B
C
Raw Normal View History

2018-01-25 16:24:33 +00:00
#ifndef LLARP_TIME_H
#define LLARP_TIME_H
2018-01-27 01:18:10 +00:00
#include <llarp/types.h>
2018-01-25 16:24:33 +00:00
llarp_time_t
llarp_time_now_ms();
llarp_seconds_t
llarp_time_now_sec();
2018-01-29 14:27:24 +00:00
2018-01-25 16:24:33 +00:00
#endif