1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
lokinet/include/llarp/time.h

9 lines
110 B
C
Raw Normal View History

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