Skip to content
Snippets Groups Projects
Commit c60133c3 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

arm: box/lua/stat.cc -> box/lua/stat.c

parent 586213cb
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ add_library(box
lua/index.cc
lua/space.cc
lua/info.cc
lua/stat.cc
lua/stat.c
lua/sophia.c
lua/error.cc
lua/session.cc
......
......@@ -34,11 +34,9 @@
#include <string.h>
#include <rmean.h>
extern "C" {
#include <lua.h>
#include <lauxlib.h>
#include <lualib.h>
} /* extern "C" */
#include "lua/utils.h"
......
......@@ -30,8 +30,15 @@
* THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
#if defined(__cplusplus)
extern "C" {
#endif /* defined(__cplusplus) */
struct lua_State;
void box_lua_stat_init(struct lua_State *L);
#if defined(__cplusplus)
} /* extern "C" */
#endif /* defined(__cplusplus) */
#endif /* INCLUDES_TARANTOOL_LUA_STAT_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment