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

Collapse All | Expand All

(-)BitchX/source/term.c (+2 lines)
Lines 92-98 Link Here
92
#endif
92
#endif
93
93
94
extern  char    *getenv(const char *name);
94
extern  char    *getenv(const char *name);
95
#ifndef TPARM_DECLARED
95
extern	char	*tparm(char *str, ...);
96
extern	char	*tparm(char *str, ...);
97
#endif
96
98
97
/*
99
/*
98
 * The old code assumed termcap. termcap is almost always present, but on
100
 * The old code assumed termcap. termcap is almost always present, but on

Return to bug 113736