mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 13:07:21 +00:00
Move code from res_features into (new file) main/features.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -109,4 +109,7 @@ struct ast_call_feature *ast_find_call_feature(const char *name);
|
||||
void ast_rdlock_call_features(void);
|
||||
void ast_unlock_call_features(void);
|
||||
|
||||
/*! \brief Reload call features from features.conf */
|
||||
int ast_features_reload(void);
|
||||
|
||||
#endif /* _AST_FEATURES_H */
|
||||
|
Reference in New Issue
Block a user