diff -r 000000000000 -r 84fdfb0344c9 glib_timeout.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/glib_timeout.h Sun Feb 01 21:28:57 2009 +0200 @@ -0,0 +1,10 @@ + +#ifndef LGLIB_TIMEOUT_H +#define LGLIB_TIMEOUT_H + +#include + +int luaopen_glib_timeout (lua_State *L); + +#endif +