mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix the name :)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user