-rw-r--r-- | lua-graph.h | 2 |
diff --git a/lua-graph.h b/lua-graph.h index f7477a8b..296b043f 100644 --- a/lua-graph.h +++ b/lua-graph.h @@ -11,7 +11,7 @@ __BEGIN_DECLS 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); +extern void gsl_shell_close_with_graph (struct gsl_shell_state* gs, int send_close_req); extern int initialize_fonts(lua_State* L); |