Make private functions "static"

This commit is contained in:
Simon Kelley
2013-11-06 11:36:57 +00:00
parent 29c122af83
commit 44de649e5c

View File

@@ -637,7 +637,7 @@ struct subnet_opt {
#endif #endif
}; };
size_t calc_subnet_opt(struct subnet_opt *opt, union mysockaddr *source) static size_t calc_subnet_opt(struct subnet_opt *opt, union mysockaddr *source)
{ {
/* http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-02 */ /* http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-02 */