#pragma once
// This file is probably no longer necessary
#ifdef __cplusplus
extern "C" {
#endif
int luaopen_lfs (lua_State *L);
}