mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Make private functions "static"
This commit is contained in:
@@ -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 */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user