X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=networking%2Fisrv.h;h=4c7e01dd1f9e0b4d68fe2d9e77f00b2ccdee35b3;hb=3b45801dc6e3484ffb2a86958fce587974842c6b;hp=c786770a627a621ea87a85454999f8a8e23a4632;hpb=844ff096ec1804fc5d9efb6059f8cd714d60f3ea;p=oweals%2Fbusybox.git diff --git a/networking/isrv.h b/networking/isrv.h index c786770a6..4c7e01dd1 100644 --- a/networking/isrv.h +++ b/networking/isrv.h @@ -3,11 +3,13 @@ * Generic non-forking server infrastructure. * Intended to make writing telnetd-type servers easier. * - * Copyright (C) 2007 Denis Vlasenko + * Copyright (C) 2007 Denys Vlasenko * - * Licensed under GPL version 2, 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 + /* opaque structure */ struct isrv_state_t; typedef struct isrv_state_t isrv_state_t; @@ -31,3 +33,5 @@ void isrv_run( int timeout, int linger_timeout ); + +POP_SAVED_FUNCTION_VISIBILITY