summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luasocket/src/unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luasocket/src/unix.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luasocket/src/unix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luasocket/src/unix.h b/Build/source/texk/web2c/luatexdir/luasocket/src/unix.h
index 32b7380fffa..ad305079dd7 100644
--- a/Build/source/texk/web2c/luatexdir/luasocket/src/unix.h
+++ b/Build/source/texk/web2c/luatexdir/luasocket/src/unix.h
@@ -6,14 +6,13 @@
*
* This module is just an example of how to extend LuaSocket with a new
* domain.
-*
-* RCS ID: $Id: unix.h,v 1.9 2006/03/13 07:16:39 diego Exp $
\*=========================================================================*/
#include "lua.h"
#include "buffer.h"
#include "timeout.h"
#include "socket.h"
+#include "luasocket.h"
typedef struct t_unix_ {
t_socket sock;
@@ -23,6 +22,6 @@ typedef struct t_unix_ {
} t_unix;
typedef t_unix *p_unix;
-int luaopen_socket_unix(lua_State *L);
+LUASOCKET_API int luaopen_socket_unix(lua_State *L);
#endif /* UNIX_H */