lua_bindings.h

Go to the documentation of this file.
00001 #ifndef __lua_bindings_h__
00002 #define __lua_bindings_h__
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 
00008 #include "lua.h"
00009 
00010 #define LUA_CL2LIBNAME "cl2"
00011 
00012 int luaopen_cl2(lua_State *L);
00013 
00014 #ifdef __cplusplus
00015 } /* extern "C" */
00016 #endif
00017 
00018 #endif /* __lua_bindings_h__ */
00019 
00020 /**
00021 
00022 lua_bindings.h
00023 
00024 Copyright 2009 Helsinki Institute for Information Technology (HIIT)
00025 and the authors. All rights reserved.
00026 
00027 Authors: Tero Hasu <tero.hasu@hut.fi>
00028 
00029 Permission is hereby granted, free of charge, to any person
00030 obtaining a copy of this software and associated documentation files
00031 (the "Software"), to deal in the Software without restriction,
00032 including without limitation the rights to use, copy, modify, merge,
00033 publish, distribute, sublicense, and/or sell copies of the Software,
00034 and to permit persons to whom the Software is furnished to do so,
00035 subject to the following conditions:
00036 
00037 The above copyright notice and this permission notice shall be
00038 included in all copies or substantial portions of the Software.
00039 
00040 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00041 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00042 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00043 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
00044 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
00045 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00046 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
00047 SOFTWARE.
00048 
00049  **/

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:55 2011 by Doxygen 1.6.1