aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 17:49:20 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-04 17:49:20 +0000
commit066fef6a86d126791f86ed938f4c9ad9eb299a56 (patch)
treee8908066fd2741b51f6c348afd1217c9c56d54c7 /include
parentaf572c14ef216abe405947d7166a5a5d7d30196c (diff)
a small upgrade to the coding standard, and an update to the code that triggered the upgrade.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63048 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 02b8fa5fd..2174e99e1 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -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 */