/****************************************************************************** * $Id: psock_lua.h,v 1.3 2005/06/03 16:29:20 alessiofender Exp $ * This file is part of FreePOPs (http://www.freepops.org) * * This file is distributed under the terms of GNU GPL license. * ******************************************************************************/ /******************************************************************************/ /*! * \file psock_lua.h * \brief portablesocket lua bindings * * \author Name */ /******************************************************************************/ #ifndef PSOCK_LUA_H #define PSOCK_LUA_H extern int luaopen_psock (lua_State*L); #endif