Add explanatory comments to the #endif part of multiple inclusion guards.
[mplayer/greg.git] / stream / rtp.h
blobc4515364148b2e93299afc9299379c3f0fc31ae5
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 /* RTP_H */