ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/client.h
(Generate patch)

Comparing ircd-hybrid-7.2/include/client.h (file contents):
Revision 886 by michael, Wed Oct 31 18:09:24 2007 UTC vs.
Revision 887 by michael, Thu Nov 1 11:54:48 2007 UTC

# Line 208 | Line 208 | struct LocalUser
208    } recv, send;
209  
210    struct Listener *listener;   /* listener accepted from */
211 +  dlink_list        acceptlist; /* clients I'll allow to talk to me */
212    dlink_list        watches;   /* chain of Watch pointer blocks */
213    dlink_list        confs;     /* Configuration record associated */
214    dlink_list        invited;   /* chain of invite pointer blocks */
# Line 550 | Line 551 | extern dlink_list listing_client_list;
551   extern dlink_list global_client_list;
552  
553   extern int accept_message(struct Client *, struct Client *);
554 + extern struct split_nuh_item *find_accept(const char *, const char *,
555 +                                          const char *, struct Client *, int);
556 + extern void del_accept(struct split_nuh_item *, struct Client *);
557 + extern void del_all_accepts(struct Client *);
558   extern void set_initial_nick(struct Client *, struct Client *, const char *);
559   extern void exit_client(struct Client *, struct Client *, const char *);
560   extern void check_conf_klines(void);
561   extern void init_client(void);
557 extern void del_from_accept(struct Client *, struct Client *);
558 extern void del_all_accepts(struct Client *);
559 extern void del_all_their_accepts(struct Client *);
562   extern void change_local_nick(struct Client *, struct Client *, const char *);
563   extern void dead_link_on_write(struct Client *, int);
564   extern void dead_link_on_read(struct Client *, int);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)