X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fsntp.h;h=6a9c6bb82fb9bbfe2235a232b29569ce2b85c113;hb=adaf4c33c038de4f815034dd99e48340b8ebf953;hp=bf5bf0bb01d6dae7392608d38d46227c00b7e64b;hpb=5b9c79a81db80c3f9e50c77477957cd803429af8;p=karo-tx-uboot.git diff --git a/net/sntp.h b/net/sntp.h index bf5bf0bb01..6a9c6bb82f 100644 --- a/net/sntp.h +++ b/net/sntp.h @@ -53,6 +53,6 @@ struct sntp_pkt_t { unsigned long long transmit_timestamp; }; -extern void SntpStart(void); /* Begin SNTP */ +void sntp_start(void); /* Begin SNTP */ #endif /* __SNTP_H__ */