include/buffer_event.h

changeset 42
b1742e841e5a
parent 41
fce1995f0db8
child 77
ad37f03df138
equal deleted inserted replaced
41:fce1995f0db8 42:b1742e841e5a
1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com> 1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
2 * Licensed as LGPL - See doc/COPYING for details */ 2 * Licensed as LGPL - See doc/COPYING for details */
3 #ifndef BUFFER_EVENT_H 3 #ifndef BUFFER_EVENT_H
4 #define BUFFER_EVENT_H 4 #define BUFFER_EVENT_H
5 5
6 #include "luaevent.h" 6 #include "luaevent.h"
7 #include <lua.h> 7 #include <lua.h>
8 #include <sys/types.h> 8 #include <sys/types.h>
9 #include <sys/time.h> 9 #include <sys/time.h>

mercurial