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

Comparing branches/newio/include/client.h (file contents):
Revision 2476 by michael, Sat Aug 3 18:35:17 2013 UTC vs.
Revision 2477 by michael, Wed Oct 23 13:53:47 2013 UTC

# Line 472 | Line 472 | extern void client_init(void);
472   extern void free_connection(struct Connection *);
473   extern void free_client(struct Client *);
474   extern struct Client *make_client(struct Client *);
475 < extern struct Client *find_chasing(struct Client *, struct Client *, const char *, int *);
475 > extern struct Client *find_chasing(struct Client *, struct Client *, const char *, int *const);
476   extern struct Client *find_person(const struct Client *const, const char *);
477   extern const char *get_client_name(const struct Client *, enum addr_mask_type);
478  

Diff Legend

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