Code

d342203e00aa20a360f5bd6134ab808fd427c5b0
[pkg-rrdtool.git] / bindings / lua / compat-5.1r5 / compat-5.1.h
1 /*
2 ** Compat-5.1
3 ** Copyright Kepler Project 2004-2006 (http://www.keplerproject.org/compat/)
4 ** $Id: compat-5.1.h 1621 2008-10-20 06:06:16Z oetiker $
5 */
7 #ifndef COMPAT_H
9 LUALIB_API void luaL_module(lua_State *L, const char *libname,
10                                        const luaL_reg *l, int nup);
11 #define luaL_openlib luaL_module
13 #endif