dect
/
asterisk
Archived
13
0
Fork 0

Oops, make that ast_features

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3468 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-07-17 23:56:12 +00:00
parent 215d568b30
commit 303d4e7f5d
1 changed files with 3 additions and 3 deletions

View File

@ -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 */