aboutsummaryrefslogtreecommitdiff
path: root/src/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unix.h')
-rw-r--r--src/unix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix.h b/src/unix.h
index 39fa719..3a7e1e6 100644
--- a/src/unix.h
+++ b/src/unix.h
@@ -21,6 +21,6 @@ typedef struct t_unix_ {
21} t_unix; 21} t_unix;
22typedef t_unix *p_unix; 22typedef t_unix *p_unix;
23 23
24int luaopen_socket_unix(lua_State *L); 24LUASOCKET_API int luaopen_socket_unix(lua_State *L);
25 25
26#endif /* UNIX_H */ 26#endif /* UNIX_H */