net: cosmetic: Clean up SNTP variables and functions
[pandora-u-boot.git] / net / sntp.h
index bf5bf0b..6a9c6bb 100644 (file)
@@ -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__ */