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

Comparing ircd-hybrid/trunk/src/s_misc.c (file contents):
Revision 1793 by michael, Sun Mar 31 14:06:08 2013 UTC vs.
Revision 1847 by michael, Tue Apr 23 16:42:02 2013 UTC

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

Diff Legend

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