summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_externalivr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index 07fbcba01..0212e09d0 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -155,8 +155,6 @@ static int eivr_comm(struct ast_channel *chan, struct ivr_localuser *u,
int *eivr_events_fd, int *eivr_commands_fd, int *eivr_errors_fd,
const struct ast_str *args, const struct ast_flags flags);
-int eivr_connect_socket(struct ast_channel *chan, const char *host, int port);
-
static void send_eivr_event(FILE *handle, const char event, const char *data,
const struct ast_channel *chan)
{