include/event_buffer.h

changeset 26
a117895e867c
child 40
11810d219ddb
equal deleted inserted replaced
25:5778073d2903 26:a117895e867c
1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
2 * Licensed as LGPL - See doc/COPYING for details */
3 #ifndef EVENT_BUFFER_H
4 #define EVENT_BUFFER_H
5
6 #include "luaevent.h"
7 #include <lua.h>
8 #include <sys/types.h>
9 #include <sys/time.h>
10 #include <event.h>
11
12 typedef struct {
13 struct evbuffer* buffer;
14 } le_buffer;
15
16 int event_buffer_register(lua_State* L);
17
18 #endif

mercurial