001d7dd38b0130c97c0c1252752f728c8f84dadc
[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$
5 */
6
7 #ifndef COMPAT_H
8
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
12
13 #endif