summaryrefslogtreecommitdiff
path: root/include/asterisk/features.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-07-17 23:56:12 +0000
committerMark Spencer <markster@digium.com>2004-07-17 23:56:12 +0000
commit449bef5a367c940a97242440dfe75b5d55806493 (patch)
treefad8c641cb174f40d022cbc4fc6fb1203dee76c7 /include/asterisk/features.h
parentb53507021e71aa94dd48918eafac7dcf33c94a50 (diff)
Oops, make that ast_features
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 287e8ae5d..f5c31f88c 100755
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -14,8 +14,8 @@
*
*/
-#ifndef _FEATURES_H
-#define _FEATURES_H
+#ifndef _AST_FEATURES_H
+#define _AST_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 /* _FEATURES_H */
+#endif /* _AST_FEATURES_H */