include/event_buffer.h

Wed, 15 Jul 2009 10:38:52 -0400

author
blastbeat <blastbeat@arcor.de>
date
Wed, 15 Jul 2009 10:38:52 -0400
changeset 63
1b8cbf640378
parent 26
a117895e867c
child 40
11810d219ddb
permissions
-rw-r--r--

base: add patch to get luaevent working on mingw

/* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
 * Licensed as LGPL - See doc/COPYING for details */
#ifndef EVENT_BUFFER_H
#define EVENT_BUFFER_H

#include "luaevent.h"
#include <lua.h>
#include <sys/types.h>
#include <sys/time.h>
#include <event.h>

typedef struct {
	struct evbuffer* buffer;
} le_buffer;

int event_buffer_register(lua_State* L);

#endif

mercurial