X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/364eee0fc6ab77fddc5437ac273527bd27711724..a1350993ba746325984d3447974bec4dd001c9b7:/src/bindings/lua/simgrid_lua.hpp diff --git a/src/bindings/lua/simgrid_lua.hpp b/src/bindings/lua/simgrid_lua.hpp index 33e8a47858..df129c2a3a 100644 --- a/src/bindings/lua/simgrid_lua.hpp +++ b/src/bindings/lua/simgrid_lua.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -6,13 +6,13 @@ #ifndef SIMGRID_LUA_HPP #define SIMGRID_LUA_HPP -extern "C" { -#include +#include /* ********************************************************************************* */ -/* Plaftorm functions */ +/* Platform functions */ /* ********************************************************************************* */ +extern "C" { int console_open(lua_State* L); int console_close(lua_State* L);