[asterisk-commits] seanbright: trunk r369142 - /trunk/apps/app_externalivr.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 20 06:47:29 CDT 2012
Author: seanbright
Date: Wed Jun 20 06:47:12 2012
New Revision: 369142
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369142
Log:
Remove declaration of eivr_connect_socket because it no longer exists.
Modified:
trunk/apps/app_externalivr.c
Modified: trunk/apps/app_externalivr.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_externalivr.c?view=diff&rev=369142&r1=369141&r2=369142
==============================================================================
--- trunk/apps/app_externalivr.c (original)
+++ trunk/apps/app_externalivr.c Wed Jun 20 06:47:12 2012
@@ -154,8 +154,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)
More information about the asterisk-commits
mailing list