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 7b2a5c5..aaaef3d 100644
--- a/src/unix.h
+++ b/src/unix.h
@@ -23,6 +23,6 @@ typedef struct t_unix_ {
23} t_unix; 23} t_unix;
24typedef t_unix *p_unix; 24typedef t_unix *p_unix;
25 25
26int unix_open(lua_State *L); 26int luaopen_socketunix(lua_State *L);
27 27
28#endif /* UNIX_H */ 28#endif /* UNIX_H */