[rtmpdump] r353 - trunk/librtmp/rtmp.h
hyc
subversion at mplayerhq.hu
Mon Mar 15 09:31:22 CET 2010
Author: hyc
Date: Mon Mar 15 09:31:21 2010
New Revision: 353
Log:
Declare struct sockaddr
Modified:
trunk/librtmp/rtmp.h
Modified: trunk/librtmp/rtmp.h
==============================================================================
--- trunk/librtmp/rtmp.h Sun Mar 14 06:31:36 2010 (r352)
+++ trunk/librtmp/rtmp.h Mon Mar 15 09:31:21 2010 (r353)
@@ -253,6 +253,7 @@ extern "C"
uint32_t dLength, bool bLiveStream, long int timeout);
bool RTMP_Connect(RTMP *r, RTMPPacket *cp);
+ struct sockaddr;
bool RTMP_Connect0(RTMP *r, struct sockaddr *svc);
bool RTMP_Connect1(RTMP *r, RTMPPacket *cp);
bool RTMP_Serve(RTMP *r);
More information about the rtmpdump
mailing list