| # | Line 161 | Line 161 | write_links_file(void* notused) | |
|---|---|---|
| 161 | */ | |
| 162 | int | |
| 163 | hunt_server(struct Client *client_p, struct Client *source_p, const char *command, | |
| 164 | < | int server, int parc, char *parv[]) |
| 164 | > | const int server, const int parc, char *parv[]) |
| 165 | { | |
| 166 | struct Client *target_p = NULL; | |
| 167 | struct Client *target_tmp = NULL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |