diff cfg-mplayer.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 f95cd1391ea0
children 27ffe914df15
line wrap: on
line diff
--- a/cfg-mplayer.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/cfg-mplayer.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,6 @@
+#ifndef CFG_MPLAYER_H
+#define CFG_MPLAYER_H
+
 /*
  * config for cfgparser
  */
@@ -363,3 +366,6 @@
 	{"vd", vd_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
+
+#endif /* CFG_MPLAYER_H */
+