diff options
Diffstat (limited to 'src/select.h')
-rw-r--r-- | src/select.h | 2 |
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 | ||
18 | void select_open(lua_State *L); | 18 | int select_open(lua_State *L); |
19 | 19 | ||
20 | #endif /* SELECT_H */ | 20 | #endif /* SELECT_H */ |