/*
 * Copyright (c) 2004-2008 Darron M Broad
 * All rights reserved.
 *
 * Licensed under the terms of the GPL3 license, see file COPYING for details.
 */

#ifndef _EVENT_H
#define _EVENT_H

struct event
{
	string datetime;
	string ipaddr;
    string match;
};

#endif
