summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-31 16:15:50 +0000
commitfba0b66ff9164bb0e386e47e6051d4ab29997fb5 (patch)
treee28a0e81b672caa7b78825d89c06f7b7940b23e7 /stream
parentb8ab5e3f3626dc7f46f0392ccd537f538ac81fd1 (diff)
downloadmpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.bz2
mpv-fba0b66ff9164bb0e386e47e6051d4ab29997fb5.tar.xz
Add explanatory comments to the #endif part of multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25563 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/cache2.h2
-rw-r--r--stream/cookies.h2
-rw-r--r--stream/dvbin.h2
-rw-r--r--stream/freesdp/errorlist.c2
-rw-r--r--stream/librtsp/rtsp.h3
-rw-r--r--stream/librtsp/rtsp_session.h2
-rw-r--r--stream/network.h2
-rw-r--r--stream/realrtsp/asmrp.h2
-rw-r--r--stream/realrtsp/real.h3
-rw-r--r--stream/realrtsp/rmff.h2
-rw-r--r--stream/realrtsp/sdpplin.h3
-rw-r--r--stream/realrtsp/xbuffer.h2
-rw-r--r--stream/rtp.h2
-rw-r--r--stream/stream_dvdnav.h2
14 files changed, 14 insertions, 17 deletions
diff --git a/stream/cache2.h b/stream/cache2.h
index 645bf5ed47..924202735f 100644
--- a/stream/cache2.h
+++ b/stream/cache2.h
@@ -3,4 +3,4 @@
extern void cache_uninit(stream_t *s);
-#endif
+#endif /* CACHE2_H */
diff --git a/stream/cookies.h b/stream/cookies.h
index 6cee753463..4f5c4f7511 100644
--- a/stream/cookies.h
+++ b/stream/cookies.h
@@ -13,4 +13,4 @@
extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
const char *url);
-#endif
+#endif /* COOKIES_H */
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 6c04d95438..31c4d6b383 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -113,4 +113,4 @@ extern int dvb_set_channel(stream_t *, int, int);
extern dvb_config_t *dvb_get_config(void);
extern void dvb_free_config(dvb_config_t *config);
-#endif
+#endif /* DVBIN_H */
diff --git a/stream/freesdp/errorlist.c b/stream/freesdp/errorlist.c
index e934cd6da5..1fb6e93851 100644
--- a/stream/freesdp/errorlist.c
+++ b/stream/freesdp/errorlist.c
@@ -69,4 +69,4 @@ fsdp_strerror (fsdp_error_t err_no)
return (fsdp_error_t_s[err_no]);
}
-#endif
+#endif /* FSDP_ERRORLIST_C */
diff --git a/stream/librtsp/rtsp.h b/stream/librtsp/rtsp.h
index eefdd79d51..2c3c32eb6d 100644
--- a/stream/librtsp/rtsp.h
+++ b/stream/librtsp/rtsp.h
@@ -80,5 +80,4 @@ void rtsp_schedule_field(rtsp_t *s, const char *string);
void rtsp_unschedule_field(rtsp_t *s, const char *string);
void rtsp_unschedule_all(rtsp_t *s);
-#endif
-
+#endif /* HAVE_RTSP_H */
diff --git a/stream/librtsp/rtsp_session.h b/stream/librtsp/rtsp_session.h
index 8503ae2cc7..da2ede77ab 100644
--- a/stream/librtsp/rtsp_session.h
+++ b/stream/librtsp/rtsp_session.h
@@ -40,4 +40,4 @@ int rtsp_session_read(rtsp_session_t *session, char *data, int len);
void rtsp_session_end(rtsp_session_t *session);
-#endif
+#endif /* HAVE_RTSP_SESSION_H */
diff --git a/stream/network.h b/stream/network.h
index 26a9e76878..37ee0e9a4b 100644
--- a/stream/network.h
+++ b/stream/network.h
@@ -63,4 +63,4 @@ HTTP_header_t *http_read_response(int fd);
int http_authenticate(HTTP_header_t *http_hdr, URL_t *url, int *auth_retry);
URL_t* check4proxies(URL_t *url);
-#endif
+#endif /* NETWORK_H */
diff --git a/stream/realrtsp/asmrp.h b/stream/realrtsp/asmrp.h
index ab80898c98..1d073e6aeb 100644
--- a/stream/realrtsp/asmrp.h
+++ b/stream/realrtsp/asmrp.h
@@ -44,4 +44,4 @@
int asmrp_match (const char *rules, int bandwidth, int *matches) ;
-#endif
+#endif /* HAVE_ASMRP_H */
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index c37f5af5d1..fd78edfc78 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -57,5 +57,4 @@ rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidt
struct real_rtsp_session_t *init_real_rtsp_session (void);
void free_real_rtsp_session (struct real_rtsp_session_t* real_session);
-#endif
-
+#endif /* HAVE_REAL_H */
diff --git a/stream/realrtsp/rmff.h b/stream/realrtsp/rmff.h
index 3124645e32..807c05e2ce 100644
--- a/stream/realrtsp/rmff.h
+++ b/stream/realrtsp/rmff.h
@@ -273,4 +273,4 @@ void rmff_dump_pheader(rmff_pheader_t *h, char *data);
*/
void rmff_free_header(rmff_header_t *h);
-#endif
+#endif /* HAVE_RMFF_H */
diff --git a/stream/realrtsp/sdpplin.h b/stream/realrtsp/sdpplin.h
index 2872a40f5e..24a7f206a4 100644
--- a/stream/realrtsp/sdpplin.h
+++ b/stream/realrtsp/sdpplin.h
@@ -105,5 +105,4 @@ sdpplin_t *sdpplin_parse(char *data);
void sdpplin_free(sdpplin_t *description);
-#endif
-
+#endif /* HAVE_SDPPLIN_H */
diff --git a/stream/realrtsp/xbuffer.h b/stream/realrtsp/xbuffer.h
index 8192258503..ecc72c0bac 100644
--- a/stream/realrtsp/xbuffer.h
+++ b/stream/realrtsp/xbuffer.h
@@ -23,4 +23,4 @@ void *xbuffer_copyin(void *buf, int index, const void *data, int len);
void *xbuffer_ensure_size(void *buf, int size);
void *xbuffer_strcat(void *buf, char *data);
-#endif
+#endif /* XCL_H */
diff --git a/stream/rtp.h b/stream/rtp.h
index 2bbabc3e4f..c451536414 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -10,4 +10,4 @@
int read_rtp_from_server(int fd, char *buffer, int length);
-#endif
+#endif /* RTP_H */
diff --git a/stream/stream_dvdnav.h b/stream/stream_dvdnav.h
index 41c55b1e71..de4b5eb765 100644
--- a/stream/stream_dvdnav.h
+++ b/stream/stream_dvdnav.h
@@ -35,4 +35,4 @@ void mp_dvdnav_update_mouse_pos(stream_t *stream, int32_t x, int32_t y, int* but
void mp_dvdnav_get_highlight (stream_t *stream, nav_highlight_t *hl);
unsigned int *mp_dvdnav_get_spu_clut(stream_t *stream);
-#endif
+#endif /* MPLAYER_STREAM_DVDNAV_H */