src/util.c

changeset 10636
e8ed21deb843
parent 10623
33b965c36d84
child 10700
93f5099b2775
--- a/src/util.c	Wed Feb 23 23:39:59 2005 +0000
+++ b/src/util.c	Thu Feb 24 01:11:17 2005 +0000
@@ -573,6 +573,10 @@
 	return retval;
 }
 
+size_t gaim_strftime(char *s, size_t max, const char *format, const struct tm *tm)
+{
+	return strftime(s, max, format, tm);
+}
 
 /**************************************************************************
  * Markup Functions

mercurial