[rtmpdump] r541 - trunk/librtmp/hashswf.c
hyc
subversion at mplayerhq.hu
Mon Jul 5 22:07:40 CEST 2010
Author: hyc
Date: Mon Jul 5 22:07:39 2010
New Revision: 541
Log:
Hide strtime()
Modified:
trunk/librtmp/hashswf.c
Modified: trunk/librtmp/hashswf.c
==============================================================================
--- trunk/librtmp/hashswf.c Sat Jul 3 12:30:31 2010 (r540)
+++ trunk/librtmp/hashswf.c Mon Jul 5 22:07:39 2010 (r541)
@@ -435,7 +435,7 @@ make_unix_time(char *s)
/* Convert a Unix time to a network time string
* Weekday, DD-MMM-YYYY HH:MM:SS GMT
*/
-void
+static void
strtime(time_t * t, char *s)
{
struct tm *tm;
More information about the rtmpdump
mailing list