| # | Line 67 | Line 67 | xline_check(const struct GecosItem *geco | |
|---|---|---|
| 67 | * side effects - when successful, adds an xline to the conf | |
| 68 | */ | |
| 69 | static void | |
| 70 | < | xline_handle(struct Client *source_p, const char *mask, const char *reason, |
| 71 | < | uintmax_t duration) |
| 70 | > | xline_handle(struct Client *source_p, const char *mask, const char *reason, uintmax_t duration) |
| 71 | { | |
| 72 | char buf[IRCD_BUFSIZE]; | |
| 73 | struct GecosItem *gecos = NULL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |