=================================================================== RCS file: /home/cvs/OpenXM/src/ox_toolkit/parse.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/ox_toolkit/parse.h 1999/12/09 22:44:56 1.1 +++ OpenXM/src/ox_toolkit/parse.h 1999/12/22 11:26:37 1.2 @@ -1,5 +1,5 @@ /* -*- mode: C; coding: euc-japan -*- */ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/ox_toolkit/parse.h,v 1.1 1999/12/09 22:44:56 ohara Exp $ */ #ifndef _PARSE_H_ @@ -32,9 +32,8 @@ int setflag_parse(int flag); cmo *parse(); int setgetc(int (*foo)()); -int resetgetc(); -int mygetc(); -int setmode_mygetc(char *s, int len); +int setmode_mygetc(char *s); +int init_parser(char *s); typedef struct { char *key;