Newer
Older
barebox / include / sntp.h
@Sascha Hauer Sascha Hauer on 7 Jan 2016 108 bytes net: Add SNTP support
#ifndef __SNTP_H
#define __SNTP_H

#include <types.h>

s64 sntp(const char *server);

#endif /* __SNTP_H */