]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/luasocket.h
CHANSERV: reduce reason to 15 chars
[irc/quakenet/newserv.git] / lua / luasocket.h
index ed402ce2fb509c98df4c9c43e7f252fcbe7a853f..b8df8f46cb75a40448c46283f9c81fbda39b7341 100644 (file)
@@ -8,6 +8,7 @@
 typedef struct lua_socket {
   int fd;
   int state;
+  int sockettype;
   long handler;
   long tag;
   unsigned long identifier;