X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinremote.h;h=a9334669bdb81ced71831bc58b27be9804199f91;hp=b837da6dd9b3deb56054c927030304d781900f0d;hb=2f9f37a9110e3c8fe7a317894c8aec5ed602b39c;hpb=d2b113f2c4f11acfaee1b2e0fd2f03744a89f6d4 diff --git a/joinremote.h b/joinremote.h index b837da6..a933466 100644 --- a/joinremote.h +++ b/joinremote.h @@ -16,12 +16,11 @@ class JoinRemote : public Join ~JoinRemote(); void message_epoint(unsigned int epoint_id, int message, union parameter *param); void message_remote(int message_type, union parameter *param); - int handler(void); + 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);