author | unknown <Maria@abbate-95206d9a.(none)> | 2013年06月20日 19:38:58 +0200 |
---|---|---|
committer | unknown <Maria@abbate-95206d9a.(none)> | 2013年06月20日 19:38:58 +0200 |
commit | 3f3177f76176ee540255e4d453be161358962cf2 (patch) | |
tree | 947c9189555466d4eba3b348487260a39f8a9288 /lua-graph.h | |
parent | 2fe7279768fa30e0afdbd2d4c17c958c9ece62b3 (diff) | |
download | gsl-shell-3f3177f76176ee540255e4d453be161358962cf2.tar.gz |
-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); |