From fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jan 2008 01:32:52 +0000 Subject: Consistently use uppercase filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/librtsp/rtsp_rtp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stream/librtsp/rtsp_rtp.h') diff --git a/stream/librtsp/rtsp_rtp.h b/stream/librtsp/rtsp_rtp.h index 95539cf0ed..15cddf6c7e 100644 --- a/stream/librtsp/rtsp_rtp.h +++ b/stream/librtsp/rtsp_rtp.h @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef HAVE_RTSP_RTP_H -#define HAVE_RTSP_RTP_H +#ifndef RTSP_RTP_H +#define RTSP_RTP_H #include "rtsp.h" @@ -37,5 +37,5 @@ off_t rtp_read (struct rtp_rtsp_session_t* st, char *buf, off_t length); void rtp_session_free (struct rtp_rtsp_session_t *st); void rtcp_send_rr (rtsp_t *s, struct rtp_rtsp_session_t *st); -#endif /* HAVE_RTSP_RTP_H */ +#endif /* RTSP_RTP_H */ -- cgit v1.2.3