X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Ftcpudp_perhost.h;h=3e5757678bb6685f7d5b5971474f60c39176c0d9;hb=1f56e51ca1d96b70635eb1b9df1d1ab0edd98a72;hp=9fc8cee6133f89d3f58cc2bfc0e58ad1a5f6a910;hpb=4866e905d7e1f11d86374fad4e46aa2bd669c2ba;p=oweals%2Fbusybox.git diff --git a/networking/tcpudp_perhost.h b/networking/tcpudp_perhost.h index 9fc8cee61..3e5757678 100644 --- a/networking/tcpudp_perhost.h +++ b/networking/tcpudp_perhost.h @@ -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