X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2807fde4fd1f59c230d69a934634c5dfb77905f2..e709643ef0c5b61c6c878016c418bffa2b1b20cd:/src/bindings/lua/simgrid_lua.hpp diff --git a/src/bindings/lua/simgrid_lua.hpp b/src/bindings/lua/simgrid_lua.hpp index 33e8a47858..b6e7c2756f 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-2020. 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);