1 /** \file
2  * \brief CD+IM Lua Binding
3  *
4  * See Copyright Notice in cd.h
5  */
6 
7 module cd.luaim;
8 
9 extern (C) @safe nothrow:
10 
11 struct lua_State;
12 
13 int cdluaim_open(lua_State *L);
14