aboutsummaryrefslogtreecommitdiff
path: root/src/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.h')
-rw-r--r--src/select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select.h b/src/select.h
index 0e1eeb4..de10ea4 100644
--- a/src/select.h
+++ b/src/select.h
@@ -15,6 +15,6 @@
15* RCS ID: $Id$ 15* RCS ID: $Id$
16\*=========================================================================*/ 16\*=========================================================================*/
17 17
18void select_open(lua_State *L); 18int select_open(lua_State *L);
19 19
20#endif /* SELECT_H */ 20#endif /* SELECT_H */