View | Details | Raw Unified | Return to bug 106910
Collapse All | Expand All

(-)files/patch-source-ctcp.c (+11 lines)
Added Link Here
1
--- source/ctcp.c.orig	Mon Dec 18 22:26:09 2006
2
+++ source/ctcp.c	Mon Dec 18 22:26:24 2006
3
@@ -176,7 +176,7 @@
4
 
5
 /* CDE do ops and unban logging */
6
 
7
-static char	*ctcp_type[] =
8
+char	*ctcp_type[] =
9
 {
10
 	"PRIVMSG",
11
 	"NOTICE"
(-)files/patch-source-timer.c (+11 lines)
Added Link Here
1
--- source/timer.c.orig	Mon Dec 18 22:29:15 2006
2
+++ source/timer.c	Mon Dec 18 22:29:30 2006
3
@@ -148,7 +148,7 @@
4
  * This is put here on purpose -- we dont want any of the above functions
5
  * to have any knowledge of this struct.
6
  */
7
-static TimerList *PendingTimers;
8
+TimerList *PendingTimers;
9
 static char *schedule_timer (TimerList *ntimer);
10
 
11
 static char *current_exec_timer = empty_string;

Return to bug 106910