7 lines
96 B
C
7 lines
96 B
C
#ifndef _PARSER_H
|
|
#define _PARSER_H
|
|
|
|
extern int parse_record(char *);
|
|
|
|
#endif /* _PARSER_H */
|