X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=socket_server.h;h=cc3565d22d63598e3a9728197c525fa390577590;hp=9a31b10c0fb56f896102583468ed99f004267d07;hb=034d3a91404addedc1c7a3494862c79532b0b878;hpb=da91d7d85fe092122e35ece52695f98345738359 diff --git a/socket_server.h b/socket_server.h index 9a31b10..cc3565d 100644 --- a/socket_server.h +++ b/socket_server.h @@ -35,7 +35,6 @@ void admin_cleanup(void); void admin_call_response(int adminid, int message, const char *connected, int cause, int location, int notify); int admin_message_to_lcr(struct admin_message *msg, int remote_id); int admin_message_from_lcr(int remote_id, unsigned int ref, int message_type, union parameter *param); -void message_bchannel_to_remote(unsigned int remote_id, unsigned int ref, int type, unsigned int handle, int tx_gain, int rx_gain, char *pipeline, unsigned char *crypt, int crypt_len, int crypt_type, int isloopback);