ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/whowas.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/whowas.c (file contents):
Revision 2297 by michael, Wed Jun 19 11:57:38 2013 UTC vs.
Revision 2300 by michael, Wed Jun 19 12:10:37 2013 UTC

# Line 45 | Line 45 | whowas_init(void)
45   }
46  
47   void
48 < add_history(struct Client *client_p, const int online)
48 > whowas_add_history(struct Client *client_p, const int online)
49   {
50    static unsigned int whowas_next = 0;
51    struct Whowas *who = &WHOWAS[whowas_next];
# Line 84 | Line 84 | add_history(struct Client *client_p, con
84   }
85  
86   void
87 < off_history(struct Client *client_p)
87 > whowas_off_history(struct Client *client_p)
88   {
89    dlink_node *ptr = NULL, *ptr_next = NULL;
90  
# Line 98 | Line 98 | off_history(struct Client *client_p)
98   }
99  
100   struct Client *
101 < get_history(const char *nick, time_t timelimit)
101 > whowas_get_history(const char *nick, time_t timelimit)
102   {
103    dlink_node *ptr = NULL;
104  

Diff Legend

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