ntpd: explain why scripts can be run in quick succession
[oweals/busybox.git] / networking / tcpudp_perhost.h
index 9fc8cee6133f89d3f58cc2bfc0e58ad1a5f6a910..d370036a7a102e9d304c06b945dd9ddf999622b1 100644 (file)
@@ -7,6 +7,8 @@
  * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 
+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