X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=joinremote.h;fp=joinremote.h;h=f80d0d97c0545198c4383049f4de3d4494fd3064;hp=ac864676c60c61ebbe87f5d614d87a24c8d63f40;hb=cbe9d412a37e75b61cc74e8a65b0293923eb5160;hpb=0a0643e3a561de5f34927ea80c2bd0ce6405fd3c diff --git a/joinremote.h b/joinremote.h index ac86467..f80d0d9 100644 --- a/joinremote.h +++ b/joinremote.h @@ -15,7 +15,7 @@ class JoinRemote : public Join JoinRemote(unsigned long serial, char *remote_name, int remote_id); ~JoinRemote(); void message_epoint(unsigned long epoint_id, int message, union parameter *param); - void message_remote(unsigned long ref, int message_type, union parameter *param); + void message_remote(int message_type, union parameter *param); int handler(void); int j_remote_id; @@ -24,3 +24,4 @@ class JoinRemote : public Join }; +void message_bchannel_to_join(int serial, int type, unsigned long addr);