1 #ifndef _PARSER_H
2 #define _PARSER_H
3 
4 extern int  parse_record(char *);
5 
6 #endif  /* _PARSER_H */
7