Removed unused parameters from analog_available() and sig_pri_available().

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@237804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2010-01-05 18:57:29 +00:00
parent c9d1ffcae8
commit c5cfc2a867
5 changed files with 6 additions and 6 deletions

View File

@@ -336,7 +336,7 @@ struct ast_frame *analog_exception(struct analog_pvt *p, struct ast_channel *ast
struct ast_channel * analog_request(struct analog_pvt *p, int *callwait, const struct ast_channel *requestor);
int analog_available(struct analog_pvt *p, int channelmatch, ast_group_t groupmatch, int *busy, int *channelmatched, int *groupmatched);
int analog_available(struct analog_pvt *p, int *busy);
void *analog_handle_init_event(struct analog_pvt *i, int event);