diff access_mpcontext.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents fec8936c8079
children 304fc0bbefe1
line wrap: on
line diff
--- a/access_mpcontext.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/access_mpcontext.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,6 @@
+#ifndef ACCESS_MPCONTEXT_H
+#define ACCESS_MPCONTEXT_H
+
 struct MPContext;
 void *mpctx_get_video_out(struct MPContext *mpctx);
 void *mpctx_get_audio_out(struct MPContext *mpctx);
@@ -6,3 +9,5 @@
 void *mpctx_get_mixer(struct MPContext *mpctx);
 int mpctx_get_global_sub_size(struct MPContext *mpctx);
 int mpctx_get_osd_function(struct MPContext *mpctx);
+
+#endif /* ACCESS_MPCONTEXT_H */