]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - include/irc_string.h
myctime -> rb_ctime
[irc/rqf/shadowircd.git] / include / irc_string.h
index 311189701a5997ff6e1983f24cca9ea4875bc71a..9c93edac9ebfc3cd692885f6f17569ac975257dc 100644 (file)
@@ -95,8 +95,6 @@ char *strip_colour(char *string);
  */
 char *strip_tabs(char *dest, const unsigned char *src, size_t len);
 
-const char *myctime(time_t);
-
 #define EmptyString(x) ((x) == NULL || *(x) == '\0')
 #define CheckEmpty(x) EmptyString(x) ? "" : x