author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年04月17日 23:01:42 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年04月17日 23:01:42 +0200 |
commit | f6b0929c8664234d16b5f8c6c141e6acb51d1aec (patch) | |
tree | 2179bc9c310e226d162f08463e9cfcc1cac5cade /lua-graph.h | |
parent | d77d27f1b14c14a6b338e19ec48f66f31d93609f (diff) | |
download | gsl-shell-f6b0929c8664234d16b5f8c6c141e6acb51d1aec.tar.gz |
-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 |