Skip to content
Snippets Groups Projects
Commit 449bef5a authored by Mark Spencer's avatar Mark Spencer
Browse files

Oops, make that ast_features

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3468 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b5350702
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment