/*
 * FISG - Logfile parser
 * Programmed and designed by Matti 'ccr' Hamalainen
 * (C) Copyright 2003-2004 Tecnic Software productions (TNSP)
 *
 * Please read file 'COPYING' for information on license and distribution.
 */
#ifndef _PARSER_H
#define _PARSER_H
#include <stdio.h>
#include "fisg.h"
#include "th_config.h"
#include "in_formats.h"

int	fisg_parse_log(FILE *, t_stats *, t_logformat *, t_fisgconfig *);


#endif	/* _PARSER_H */


syntax highlighted by Code2HTML, v. 0.9.1