summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2012-06-20 11:47:12 +0000
committerSean Bright <sean@malleable.com>2012-06-20 11:47:12 +0000
commit5837ef8124b45b1ad9d25bf6dd669837efd8eabd (patch)
tree1218c00fa2fa145fccf14ef6f84c472d801dde8e /apps/app_externalivr.c
parent5db7a15a0b855746d66c3eb7c16c9b1e8e96c5d3 (diff)
Remove declaration of eivr_connect_socket because it no longer exists.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_externalivr.c')
-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)
{