diff subopt-helper.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 3baf6a2283da
children 2b021e3e1000
line wrap: on
line diff
--- a/subopt-helper.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/subopt-helper.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef SUBOPT_HELPER_H
-#define SUBOPT_HELPER_H
+#ifndef MPLAYER_SUBOPT_HELPER_H
+#define MPLAYER_SUBOPT_HELPER_H
 
 /**
  * \file subopt-helper.h
@@ -47,4 +47,4 @@
 int strargcmp(strarg_t *arg, const char *str);
 int strargcasecmp(strarg_t *arg, char *str);
 
-#endif /* SUBOPT_HELPER_H */
+#endif /* MPLAYER_SUBOPT_HELPER_H */