summaryrefslogtreecommitdiff
path: root/net/dctc/patches/patch-ah
blob: 9fc3b99ff76fa2c57c677bda78f9f42f6aebe08e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ah,v 1.3 2007/11/30 21:00:14 rillig Exp $

--- src/user_manage.h.orig	2003-05-17 06:12:50.000000000 +0000
+++ src/user_manage.h	2007-11-30 20:58:45.000000000 +0000
@@ -27,12 +27,6 @@ $Id: user_manage.h,v 1.1.1.1 2003/05/17 
 extern GPtrArray *hub_user_list;    /* list of all users connected to the hub */
 extern GPtrArray *hub_op_list;      /* list of all ops connected to the hub (ops are also in the user_list) */
 
-extern GPtrArray *hub_user_xtra_info;			/* array of extra data stored for each hub user */
-                                    /* the nth pointer of this array is for the nth user of the hub_user_list */
-												/* a user having no extra info has a null pointer as extra info */
-
-extern GPtrArray *hub_user_uinfo;     /* it is the result of /UINFO command for each user */
-
 typedef enum
 {
 	UNDEFINED=0,