# HG changeset patch # User rbultje # Date 1266600393 0 # Node ID 4a65c87ff3fd65faef0f75a65435cdcdefa4b240 # Parent 7fa188f69c22ccaecf1333c14f1cd9249404eb2a Remove stale function declaration. Patch by Martin Storsj <$firstname $firstname st>. diff -r 7fa188f69c22 -r 4a65c87ff3fd rtsp.h --- a/rtsp.h Fri Feb 19 16:26:21 2010 +0000 +++ b/rtsp.h Fri Feb 19 17:26:33 2010 +0000 @@ -315,7 +315,6 @@ //@} } RTSPStream; -int rtsp_init(void); void rtsp_parse_line(RTSPMessageHeader *reply, const char *buf); #if LIBAVFORMAT_VERSION_INT < (53 << 16)