File: parser.h

package info (click to toggle)
webalizer 2.23.08-3.3
  • links: PTS
  • area: main
  • in suites: bookworm, sid
  • size: 9,864 kB
  • sloc: ansic: 10,021; sh: 345; makefile: 94; python: 55
file content (6 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#ifndef _PARSER_H
#define _PARSER_H

extern int  parse_record(char *);

#endif  /* _PARSER_H */