/* ICAL parser. */
#ifndef ical_yytext
extern char *ical_yytext;
extern int ical_yyleng;
extern size_t ical_yyleng;
#endif
int ical_yylex(void);
void ical_usebuf(const char *buf, size_t size);
void ical_preprocess(char *buf, size_t *size);