summaryrefslogtreecommitdiff
path: root/channels/sig_analog.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2010-01-05 18:57:29 +0000
committerRichard Mudgett <rmudgett@digium.com>2010-01-05 18:57:29 +0000
commitc5cfc2a867dbc393d7b8bc2f7af564372412e621 (patch)
treec67294fd13fd91f7d4449e1c7905aa3fb9173486 /channels/sig_analog.h
parentc9d1ffcae83d30ee387f47844930f1616d806485 (diff)
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
Diffstat (limited to 'channels/sig_analog.h')
-rw-r--r--channels/sig_analog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sig_analog.h b/channels/sig_analog.h
index 5993e9f54..76972fe94 100644
--- a/channels/sig_analog.h
+++ b/channels/sig_analog.h
@@ -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);