From: Sean Bright Date: Wed, 20 Jun 2012 11:47:12 +0000 (+0000) Subject: Remove declaration of eivr_connect_socket because it no longer exists. X-Git-Tag: 11.0.0-beta1~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5837ef8124b45b1ad9d25bf6dd669837efd8eabd;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c index 07fbcba012..0212e09d0e 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) {