aboutsummaryrefslogtreecommitdiff
path: root/src/io.h
diff options
context:
space:
mode:
authormoteus <mimir@newmail.ru>2013-05-28 14:06:18 +0400
committermoteus <mimir@newmail.ru>2013-05-28 14:06:18 +0400
commit5167ddaf499cf198b10208a2f76c27629e99ae1b (patch)
tree193b3a7199ad5b0cfbe8a0d02e5fa469394608b6 /src/io.h
parent45ff0e17753201f4c42c714fdc28898c73e59eb9 (diff)
parent2d51d6168874cdb2b72ee4f56f414d9a9a9d92e5 (diff)
downloadluasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.tar.gz
luasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.tar.bz2
luasocket-5167ddaf499cf198b10208a2f76c27629e99ae1b.zip
Merge branch 'unstable' of git://github.com/diegonehab/luasocket into moteus-lua52
Diffstat (limited to 'src/io.h')
-rw-r--r--src/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.h b/src/io.h
index 8cca08a..76a3e58 100644
--- a/src/io.h
+++ b/src/io.h
@@ -22,7 +22,7 @@ enum {
22 IO_DONE = 0, /* operation completed successfully */ 22 IO_DONE = 0, /* operation completed successfully */
23 IO_TIMEOUT = -1, /* operation timed out */ 23 IO_TIMEOUT = -1, /* operation timed out */
24 IO_CLOSED = -2, /* the connection has been closed */ 24 IO_CLOSED = -2, /* the connection has been closed */
25 IO_UNKNOWN = -3 25 IO_UNKNOWN = -3
26}; 26};
27 27
28/* interface to error message function */ 28/* interface to error message function */