diff options
Diffstat (limited to 'src/unix.h')
-rw-r--r-- | src/unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,6 +21,6 @@ typedef struct t_unix_ { | |||
21 | } t_unix; | 21 | } t_unix; |
22 | typedef t_unix *p_unix; | 22 | typedef t_unix *p_unix; |
23 | 23 | ||
24 | int luaopen_socket_unix(lua_State *L); | 24 | LUASOCKET_API int luaopen_socket_unix(lua_State *L); |
25 | 25 | ||
26 | #endif /* UNIX_H */ | 26 | #endif /* UNIX_H */ |