mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07: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
|