X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=net%2Fdns.h;h=c4e96afa0621d783482f8f04865d6f576d5460bf;hb=8838f8fc437e9addc93fd2616dd5d0057697d40c;hp=277c093ed333d305db5a5138e54ba829b0fbde20;hpb=4fb799aeafa71c4e6caacd3acdc4a4547cfbd5d4;p=karo-tx-uboot.git diff --git a/net/dns.h b/net/dns.h index 277c093ed3..c4e96afa06 100644 --- a/net/dns.h +++ b/net/dns.h @@ -2,10 +2,7 @@ * (C) Masami Komiya 2005 * Copyright 2009, Robin Getz * - * 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 __DNS_H__ @@ -34,6 +31,6 @@ struct header { unsigned char data[1]; /* Data, variable length */ }; -extern void DnsStart(void); /* Begin DNS */ +void dns_start(void); /* Begin DNS */ #endif