9
0
Fork 0
barebox/include/sntp.h

9 lines
108 B
C

#ifndef __SNTP_H
#define __SNTP_H
#include <types.h>
s64 sntp(const char *server);
#endif /* __SNTP_H */