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]; |
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 |
|
|
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 |
|
|