summaryrefslogtreecommitdiffstats
path: root/joinremote.h
diff options
context:
space:
mode:
Diffstat (limited to 'joinremote.h')
-rw-r--r--joinremote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/joinremote.h b/joinremote.h
index 1582133..a933466 100644
--- a/joinremote.h
+++ b/joinremote.h
@@ -17,10 +17,10 @@ class JoinRemote : public Join
void message_epoint(unsigned int epoint_id, int message, union parameter *param);
void message_remote(int message_type, union parameter *param);
+ unsigned int j_remote_ref;
int j_remote_id;
char j_remote_name[32];
unsigned int j_epoint_id;
};
-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);