summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/rtp.h')
-rw-r--r--stream/rtp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index c451536414..d35ae4753d 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -5,9 +5,9 @@
* $Id$
*/
-#ifndef RTP_H
-#define RTP_H
+#ifndef MPLAYER_RTP_H
+#define MPLAYER_RTP_H
int read_rtp_from_server(int fd, char *buffer, int length);
-#endif /* RTP_H */
+#endif /* MPLAYER_RTP_H */