add BSD license
[philodendron.git] / lang_ext / lua / bc_read_stream_lua.h
blob5e7c9037d6f44b812287d675b3d2192eadc7c047
2 #ifndef __BC_READ_STREAM_LUA__
3 #define __BC_READ_STREAM_LUA__
5 #include "bc_read_stream.h"
7 struct bc_read_stream_lua
9 struct bc_read_stream *s;
12 #endif