mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
c7940076bf
remove extern "C"
11 lines
148 B
C
11 lines
148 B
C
#ifndef LLARP_TIME_H
|
|
#define LLARP_TIME_H
|
|
#include <llarp/types.h>
|
|
|
|
llarp_time_t
|
|
llarp_time_now_ms();
|
|
llarp_seconds_t
|
|
llarp_time_now_sec();
|
|
|
|
#endif
|