Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336096 | Differences between
and this patch

Collapse All | Expand All

(-)libmcal.orig/icalroutines.h (-1 / +3 lines)
Lines 48-55 Link Here
48
48
49
49
50
/* ICAL parser. */
50
/* ICAL parser. */
51
#ifndef ical_yytext
51
extern char	*ical_yytext;
52
extern char	*ical_yytext;
52
extern int	ical_yyleng;
53
extern size_t	ical_yyleng;
54
#endif
53
int		ical_yylex(void);
55
int		ical_yylex(void);
54
void		ical_usebuf(const char *buf, size_t size);
56
void		ical_usebuf(const char *buf, size_t size);
55
void		ical_preprocess(char *buf, size_t *size);
57
void		ical_preprocess(char *buf, size_t *size);

Return to bug 336096