diff cfg-mencoder.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 7c82d9df9c38
children 4cd12675cfbb
line wrap: on
line diff
--- a/cfg-mencoder.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/cfg-mencoder.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,5 @@
+#ifndef CFG_MENCODER_H
+#define CFG_MENCODER_H
 
 /*
  * config for cfgparser
@@ -265,3 +267,5 @@
 //	{"h", help_text, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
+
+#endif /* CFG_MENCODER.H */