udhcpc: add support for DHCP option 212 (RFC 5969)
[oweals/busybox.git] / networking / tcpudp_perhost.h
index 9fc8cee6133f89d3f58cc2bfc0e58ad1a5f6a910..3e5757678bb6685f7d5b5971474f60c39176c0d9 100644 (file)
@@ -4,9 +4,11 @@
  *
  * Copyright (C) 2007 Denys Vlasenko.
  *
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 
+PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
+
 struct hcc {
        char *ip;
        int pid;
@@ -27,3 +29,5 @@ void ipsvd_perhost_remove(int pid);
 
 //unsigned ipsvd_perhost_setpid(int pid);
 //void ipsvd_perhost_free(void);
+
+POP_SAVED_FUNCTION_VISIBILITY