# | Line 50 | Line 50 | static const char *weekdays[] = | |
---|---|---|
50 | "Thursday", "Friday", "Saturday" | |
51 | }; | |
52 | ||
53 | < | char * |
53 | > | const char * |
54 | date(time_t lclock) | |
55 | { | |
56 | static char buf[80], plus; | |
# | Line 114 | Line 114 | smalldate(time_t lclock) | |
114 | } | |
115 | ||
116 | #ifdef HAVE_LIBCRYPTO | |
117 | < | char * |
117 | > | const char * |
118 | ssl_get_cipher(const SSL *ssl) | |
119 | { | |
120 | static char buffer[IRCD_BUFSIZE / 4]; |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |