diff options
Diffstat (limited to 'src/lfs.h')
-rw-r--r-- | src/lfs.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -21,5 +21,12 @@ | |||
21 | #define fileno(f) (_fileno(f)) | 21 | #define fileno(f) (_fileno(f)) |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifdef __cplusplus | ||
25 | extern "C" { | ||
26 | #endif | ||
24 | 27 | ||
25 | int luaopen_lfs (lua_State *L); | 28 | int luaopen_lfs (lua_State *L); |
29 | |||
30 | #ifdef __cplusplus | ||
31 | } | ||
32 | #endif | ||