mirror of
https://github.com/owntracks/recorder.git
synced 2026-04-09 00:36:50 +00:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef _UTIL_H_INCL_
|
|
# define _UTIL_H_INCL_
|
|
|
|
#include <time.h>
|
|
|
|
const char *isotime(time_t t);
|
|
|
|
#endif
|