1 diff -urN BitchX/include/ctcp.h BitchX.new/include/ctcp.h
2 --- BitchX/include/ctcp.h 2003-04-11 03:09:07.000000000 +0200
3 +++ BitchX.new/include/ctcp.h 2006-03-29 13:19:21.170693168 +0200
5 extern CtcpEntryDll *dll_ctcp;
8 -extern char *ctcp_type[];
9 +//extern char *ctcp_type[]; /* already declared in ctcp.c
11 extern int in_ctcp_flag;
13 diff -urN BitchX/include/struct.h BitchX.new/include/struct.h
14 --- BitchX/include/struct.h 2003-04-11 03:09:07.000000000 +0200
15 +++ BitchX.new/include/struct.h 2006-03-29 13:19:26.653859600 +0200
20 -extern TimerList *PendingTimers;
21 +//extern TimerList *PendingTimers;
22 typedef struct nicktab_stru
24 struct nicktab_stru *next;