summaryrefslogtreecommitdiffstats
path: root/net/dns.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:15 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:34 -0600
commit786eac5f9d0a9c30c2aceaededc9170a9dfb0197 (patch)
tree9822bd9438bcdc905df90525d999b6055e07a0e2 /net/dns.h
parent6aede5b750e342c3293ec1d87c4dbb9376280bbe (diff)
downloadtalos-obmc-uboot-786eac5f9d0a9c30c2aceaededc9170a9dfb0197.tar.gz
talos-obmc-uboot-786eac5f9d0a9c30c2aceaededc9170a9dfb0197.zip
net: cosmetic: Clean up DNS variables and functions
Make a thorough pass through all variables and function names contained within dns.c and remove CamelCase and improve naming. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/dns.h')
-rw-r--r--net/dns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dns.h b/net/dns.h
index dbc3890df9..c4e96afa06 100644
--- a/net/dns.h
+++ b/net/dns.h
@@ -31,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
OpenPOWER on IntegriCloud