1
0
mirror of https://github.com/minetest-mods/irc.git synced 2025-07-01 15:40:30 +02:00
Files
irc/src/luasocket/compat51.h
Diego Martínez dfab9bbcd4 initial commit
2012-12-01 01:06:15 -02:00

14 lines
363 B
C

/*
** Compat-5.1
** Copyright Kepler Project 2004-2005 (http://www.keplerproject.org/compat/)
** $Id: compat-5.1.h,v 1.7 2005/07/08 18:25:52 carregal Exp $
*/
#ifndef COMPAT_H
LUALIB_API void luaL_module(lua_State *L, const char *libname,
const luaL_reg *l, int nup);
#define luaL_openlib luaL_module
#endif