summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/asmrp.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-28 01:32:52 +0000
commitfe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a (patch)
treef0146cc7a28f08bb7c5b072e6104254ddec0789b /stream/realrtsp/asmrp.h
parentf0d20ffa713fdcedc83828eec3b083c0cac879db (diff)
downloadmpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.bz2
mpv-fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a.tar.xz
Consistently use uppercase filename as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/realrtsp/asmrp.h')
-rw-r--r--stream/realrtsp/asmrp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/realrtsp/asmrp.h b/stream/realrtsp/asmrp.h
index 1d073e6aeb..ac647011f1 100644
--- a/stream/realrtsp/asmrp.h
+++ b/stream/realrtsp/asmrp.h
@@ -37,11 +37,11 @@
*/
-#ifndef HAVE_ASMRP_H
-#define HAVE_ASMRP_H
+#ifndef ASMRP_H
+#define ASMRP_H
#define MAX_RULEMATCHES 16
int asmrp_match (const char *rules, int bandwidth, int *matches) ;
-#endif /* HAVE_ASMRP_H */
+#endif /* ASMRP_H */