mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user