a small upgrade to the coding standard, and an update to the code that triggered the upgrade.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@63048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2007-05-04 17:49:20 +00:00
parent 3ee0077f04
commit 02337303ef
4 changed files with 21 additions and 13 deletions

View File

@@ -94,8 +94,8 @@ void ast_register_feature(struct ast_call_feature *feature);
\param feature the ast_call_feature object which was registered before*/
void ast_unregister_feature(struct ast_call_feature *feature);
/*! \brief look for a feature entry by its sname
/*! \brief look for a call feature entry by its sname
\param name a string ptr, should match "automon", "blindxfer", "atxfer", etc. */
struct ast_call_feature *find_feature(char *name);
struct ast_call_feature *ast_find_call_feature(char *name);
#endif /* _AST_FEATURES_H */