author | francesco-ST <francesco.abbate@st.com> | 2010年08月09日 15:50:43 +0200 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2010年08月09日 15:50:43 +0200 |
commit | 129604a18b0f93e89cf638a079b6f1ab349fbe8f (patch) | |
tree | 8abeb52bc7a01472ba505aebaa36fb2ef1765646 /agg-plot/lua-plot.h | |
parent | 99c6c9b47f25eb7bc8756d5b2a5fd5ec7dac73e6 (diff) | |
download | gsl-shell-129604a18b0f93e89cf638a079b6f1ab349fbe8f.tar.gz |
-rw-r--r-- | agg-plot/lua-plot.h | 12 |
diff --git a/agg-plot/lua-plot.h b/agg-plot/lua-plot.h new file mode 100644 index 00000000..6c069e85 --- /dev/null +++ b/agg-plot/lua-plot.h @@ -0,0 +1,12 @@ +#ifndef AGGPLOT_LUA_PLOT_H +#define AGGPLOT_LUA_PLOT_H + +#include "defs.h" + +__BEGIN_DECLS + +extern void plot_register (lua_State *L); + +__END_DECLS + +#endif |