author | Francesco Abbate <francesco.bbt@gmail.com> | 2012年02月05日 16:09:32 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2012年02月05日 16:09:32 +0100 |
commit | 03c4b4f678eba6b41c35b90dfd15f5dfac247072 (patch) | |
tree | ce94cd43505f1c09e0002214024ecb7910871426 /agg-plot/lua-plot.h | |
parent | 8a884e1444a053e7ae9dab850558a99879998df5 (diff) | |
download | gsl-shell-03c4b4f678eba6b41c35b90dfd15f5dfac247072.tar.gz |
-rw-r--r-- | agg-plot/lua-plot.h | 2 |
diff --git a/agg-plot/lua-plot.h b/agg-plot/lua-plot.h index c6efa592..25efeead 100644 --- a/agg-plot/lua-plot.h +++ b/agg-plot/lua-plot.h @@ -9,6 +9,8 @@ __BEGIN_DECLS extern void plot_register (lua_State *L); +extern void plot_lua_add_ref (lua_State* L, int plot_index, int ref_index); + __END_DECLS #endif |