aboutsummaryrefslogtreecommitdiff
path: root/src/unixstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unixstream.h')
-rw-r--r--src/unixstream.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/unixstream.h b/src/unixstream.h
index ef1d071..7916aff 100644
--- a/src/unixstream.h
+++ b/src/unixstream.h
@@ -16,6 +16,14 @@
16\*=========================================================================*/ 16\*=========================================================================*/
17#include "unix.h" 17#include "unix.h"
18 18
19#ifndef _WIN32
20#pragma GCC visibility push(hidden)
21#endif
22
19int unixstream_open(lua_State *L); 23int unixstream_open(lua_State *L);
20 24
25#ifndef _WIN32
26#pragma GCC visibility pop
27#endif
28
21#endif /* UNIXSTREAM_H */ 29#endif /* UNIXSTREAM_H */