blob: 03842a0d88bc672b6b7be31001c7dc666819766d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1 2006/06/09 15:31:29 minskim Exp $
--- include/struct.h.orig 2001-11-24 08:07:57.000000000 +0000
+++ include/struct.h
@@ -488,7 +488,6 @@ typedef struct timerlist_stru
struct timerlist_stru *next;
} TimerList;
-extern TimerList *PendingTimers;
typedef struct nicktab_stru
{
struct nicktab_stru *next;
|