pkgsrc/net/dctc/patches/patch-ah
2007-11-30 21:00:13 +00:00

17 lines
851 B
Text

$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,