File: parser.h

package info (click to toggle)
fwlogwatch 1.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 804 kB
  • ctags: 595
  • sloc: ansic: 5,465; lex: 1,371; php: 706; sh: 445; makefile: 145
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (C) 2000-2004 Boris Wesslowski */
/* $Id: parser.h,v 1.14 2004/03/21 09:42:55 bw Exp $ */

#ifndef _PARSER_H
#define _PARSER_H

unsigned char parse_line(char *input, int linenum);
int parse_time(char *input);
void select_parsers(void);

#endif