summaryrefslogtreecommitdiffstats
path: root/socket_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket_server.h')
-rw-r--r--socket_server.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/socket_server.h b/socket_server.h
index b3ea89a..9a31b10 100644
--- a/socket_server.h
+++ b/socket_server.h
@@ -33,8 +33,9 @@ extern struct admin_list *admin_first;
int admin_init(void);
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_join(struct admin_message *msg, int remote_id);
-int admin_message_from_join(int remote_id, unsigned int ref, int message_type, union parameter *param);
+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);