Some typo fixes in svn-howto
[mplayer/glamo.git] / stream / rtp.h
blob99e129f677e8cab4f2b4c4e312f84f1917c6432d
1 /* Imported from the dvbstream project
3 * Modified for use with MPlayer, for details see the changelog at
4 * http://svn.mplayerhq.hu/mplayer/trunk/
5 * $Id$
6 */
8 #ifndef _RTP_H
9 #define _RTP_H
11 int read_rtp_from_server(int fd, char *buffer, int length);
13 #endif