find: support -HLP
[oweals/busybox.git] / networking / isrv.h
index 370ed904389908b4b5fb6343e8ad8a0cfc0a3c37..4c7e01dd1f9e0b4d68fe2d9e77f00b2ccdee35b3 100644 (file)
@@ -5,9 +5,11 @@
  *
  * 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