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
Jeff Becker f989996bc7
lol
2018-08-22 12:25:10 -04:00

8 lines
110 B
C

#ifndef LLARP_TIME_H
#define LLARP_TIME_H
#include <llarp/types.h>
llarp_time_t
llarp_time_now_ms();
#endif