aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/features.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-17 23:54:23 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-17 23:54:23 +0000
commit215d568b30ac941b49917fcd592b716c9a7af811 (patch)
treec255eb3dc4471465b01727c60cad742d93d29e69 /include/asterisk/features.h
parent59923a0ab39b63963a03a32f0f9fec344fd8c269 (diff)
Fix the name :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/features.h')
-rwxr-xr-xinclude/asterisk/features.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 1e30f8ae0..287e8ae5d 100755
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -14,8 +14,8 @@
*
*/
-#ifndef _PARKING_H
-#define _PARKING_H
+#ifndef _FEATURES_H
+#define _FEATURES_H
//! Park a call and read back parked location
/*! \param chan the channel to actually be parked
@@ -51,4 +51,4 @@ extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer,st
extern int ast_pickup_call(struct ast_channel *chan);
-#endif /* _PARKING_H */
+#endif /* _FEATURES_H */