Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146152
Collapse All | Expand All

(-)BitchX.orig/dll/aim/toc/toc.h (-5 lines)
Lines 150-158 Link Here
150
void parse_toc_buddy_list(char *);
150
void parse_toc_buddy_list(char *);
151
void translate_toc_error_code(char *c);
151
void translate_toc_error_code(char *c);
152
152
153
extern int toc_fd;
154
extern int seqno;
155
extern unsigned int peer_ver;
156
extern int state;
153
extern int state;
157
/* extern int inpa; */
154
/* extern int inpa; */
158
155
Lines 207-215 Link Here
207
void serv_set_away(char *message);
204
void serv_set_away(char *message);
208
205
209
extern int idle_timer;
206
extern int idle_timer;
210
extern time_t lastsent;
211
extern time_t login_time;
207
extern time_t login_time;
212
extern struct timeval lag_tv;
213
extern int is_idle;
208
extern int is_idle;
214
extern int lag_ms;
209
extern int lag_ms;
215
extern int permdeny;
210
extern int permdeny;
(-)BitchX.orig/include/ctcp.h (-1 lines)
Lines 56-62 Link Here
56
extern CtcpEntryDll *dll_ctcp;
56
extern CtcpEntryDll *dll_ctcp;
57
57
58
58
59
extern		char	*ctcp_type[];
60
extern		int	sed;
59
extern		int	sed;
61
extern		int	in_ctcp_flag;
60
extern		int	in_ctcp_flag;
62
61
(-)BitchX.orig/include/struct.h (-1 lines)
Lines 1064-1070 Link Here
1064
	int	delete;
1064
	int	delete;
1065
}	TimerList;
1065
}	TimerList;
1066
1066
1067
extern TimerList *PendingTimers;
1068
typedef struct nicktab_stru
1067
typedef struct nicktab_stru
1069
{
1068
{
1070
	struct nicktab_stru *next;
1069
	struct nicktab_stru *next;
(-)BitchX.orig/source/term.c (-2 / +4 lines)
Lines 91-98 Link Here
91
#define Tgetflag(x) 	tgetflag(x.tname)
91
#define Tgetflag(x) 	tgetflag(x.tname)
92
#endif
92
#endif
93
93
94
extern  char    *getenv();
94
extern  char    *getenv(const char *name);
95
extern	char	*tparm();
95
#ifndef HAVE_NCURSES_H
96
extern	char	*tparm(char *str, ...);
97
#endif //HAVE_NCURSES_H
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 146152