]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make sure that pickup.h does not use an include guard name used elsewhere.
authorMark Michelson <mmichelson@digium.com>
Fri, 2 Aug 2013 13:54:31 +0000 (13:54 +0000)
committerMark Michelson <mmichelson@digium.com>
Fri, 2 Aug 2013 13:54:31 +0000 (13:54 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396102 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/pickup.h

index de5c8961e4bb722a113ee08ab4c58a5b4601e643..17b38e797f9ec69bc47e89aa00f73a91eaa11b6c 100644 (file)
@@ -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 */