From 4c2a04eded5c66c6696d4b53aee339f0f3ab8155 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Fri, 31 Aug 2007 09:34:09 -0400 Subject: Reformed project layout from 'luaevent/*' -> '*' --- luaevent/include/luaevent.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 luaevent/include/luaevent.h (limited to 'luaevent/include') diff --git a/luaevent/include/luaevent.h b/luaevent/include/luaevent.h deleted file mode 100644 index 2878632..0000000 --- a/luaevent/include/luaevent.h +++ /dev/null @@ -1,24 +0,0 @@ -/* LuaEvent - Copyright (C) 2007 Thomas Harning - * Licensed as LGPL - See doc/COPYING for details */ -#ifndef LUAEVENT_H -#define LUAEVENT_H - -#include -#include -#include -#include - -typedef struct { - struct event_base* base; - lua_State* loop_L; -} le_base; - -typedef struct { - struct event ev; - le_base* base; - int callbackRef; -} le_callback; - -int luaopen_luaevent(lua_State* L); - -#endif -- cgit v1.2.3