X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..HEAD:/src/bindings/lua/simgrid_lua.hpp diff --git a/src/bindings/lua/simgrid_lua.hpp b/src/bindings/lua/simgrid_lua.hpp deleted file mode 100644 index 7ffcd4aee0..0000000000 --- a/src/bindings/lua/simgrid_lua.hpp +++ /dev/null @@ -1,31 +0,0 @@ -/* 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. */ - -#ifndef SIMGRID_LUA_HPP -#define SIMGRID_LUA_HPP - -#include - -/* ********************************************************************************* */ -/* Plaftorm functions */ -/* ********************************************************************************* */ - -extern "C" { -int console_open(lua_State* L); -int console_close(lua_State* L); - -int console_add_backbone(lua_State*); -int console_add_host___link(lua_State*); -int console_add_host(lua_State*); -int console_add_link(lua_State*); -int console_add_router(lua_State* L); -int console_add_route(lua_State*); -int console_add_ASroute(lua_State*); -int console_AS_open(lua_State*); -int console_AS_seal(lua_State* L); -int console_set_function(lua_State*); -int console_host_set_property(lua_State*); -} -#endif