X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=net%2Fsntp.h;h=6a9c6bb82fb9bbfe2235a232b29569ce2b85c113;hb=f9260336d0eb3e41ced18f6408e90a32c8825f6c;hp=8a097bfa3859107dfe0fe30b4838ed4367dbb455;hpb=ea287debe1980182adbe8c63b71bb82193dad5b7;p=oweals%2Fu-boot.git diff --git a/net/sntp.h b/net/sntp.h index 8a097bfa38..6a9c6bb82f 100644 --- a/net/sntp.h +++ b/net/sntp.h @@ -1,10 +1,7 @@ /* * (C) Masami Komiya 2005 * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2, or (at - * your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __SNTP_H__ @@ -56,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__ */