-rw-r--r-- | lua-graph.h | 3 |
diff --git a/lua-graph.h b/lua-graph.h index a4608b71..e7bb621f 100644 --- a/lua-graph.h +++ b/lua-graph.h @@ -7,8 +7,9 @@ __BEGIN_DECLS #include <lua.h> -extern void register_graph (lua_State *L); extern void graph_close_windows (lua_State *L); +extern void register_graph (lua_State *L); +extern void gsl_shell_close_with_graph (struct gsl_shell_state* gs); __END_DECLS |