summaryrefslogtreecommitdiffstats
path: root/include/sntp.h
blob: bfcfcfa8c837da3e4b24a3804fc12f8c63e68ad1 (plain)
1
2
3
4
5
6
7
8
#ifndef __SNTP_H
#define __SNTP_H

#include <types.h>

s64 sntp(const char *server);

#endif /* __SNTP_H */