summaryrefslogtreecommitdiffstats
path: root/libaf/control.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-01 20:21:20 +0000
commitbaee7815d5566ebb63389c1780e464c3d1f18be1 (patch)
tree9645218c9b0449c92e31a12bbc9e7283246dec67 /libaf/control.h
parent24421b66fa5f8bfb9b96e8d8f819e000b3f6c865 (diff)
downloadmpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.bz2
mpv-baee7815d5566ebb63389c1780e464c3d1f18be1.tar.xz
Replace multiple inclusion guards with leading underscores by default names.
Leading underscores are reserved for system identifiers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf/control.h')
-rw-r--r--libaf/control.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/control.h b/libaf/control.h
index 7c6a8dd371..2dc94b6afb 100644
--- a/libaf/control.h
+++ b/libaf/control.h
@@ -1,5 +1,5 @@
-#ifndef __af_control_h
-#define __af_control_h
+#ifndef AF_CONTROL_H
+#define AF_CONTROL_H
/*********************************************
// Control info struct.
@@ -234,4 +234,4 @@ typedef struct af_control_ext_s{
#define AF_CONTROL_PLAYBACK_SPEED 0x00002500 | AF_CONTROL_FILTER_SPECIFIC
#define AF_CONTROL_SCALETEMPO_AMOUNT 0x00002600 | AF_CONTROL_FILTER_SPECIFIC
-#endif /*__af_control_h */
+#endif /* AF_CONTROL_H */