summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-08-02 13:54:31 +0000
committerMark Michelson <mmichelson@digium.com>2013-08-02 13:54:31 +0000
commit57a8148ccd704f02f33c65d902b199f4205e5480 (patch)
treeeecb0252866359b0e0965c5b4c2d4cbbe5df028a /include
parente1decf3c36e68d97d8fc38303fa8556de10927d6 (diff)
Make sure that pickup.h does not use an include guard name used elsewhere.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396102 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/pickup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk/pickup.h b/include/asterisk/pickup.h
index de5c8961e..17b38e797 100644
--- a/include/asterisk/pickup.h
+++ b/include/asterisk/pickup.h
@@ -24,8 +24,8 @@
*
*/
-#ifndef _AST_FEATURES_H
-#define _AST_FEATURES_H
+#ifndef _AST_PICKUP_H
+#define _AST_PICKUP_H
/*!
* \brief Test if a channel can be picked up.
@@ -88,4 +88,4 @@ struct stasis_message_type *ast_call_pickup_type(void);
*/
int ast_pickup_init(void);
-#endif /* _AST_FEATURES_H */
+#endif /* _AST_PICKUP_H */