X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=32136d1565969b6af68cccf910c46e3031029c6b;hp=aad6f72eff100dbf8489155ad0e6e1e3f1b95a40;hb=7f0d14c706328e1ff74fe8b8c16ae54407cc8055;hpb=bd2aa91302a9d2de07d2210cbd6da499f3e45e53 diff --git a/mISDN.h b/mISDN.h index aad6f72..32136d1 100644 --- a/mISDN.h +++ b/mISDN.h @@ -100,7 +100,7 @@ void bchannel_event(struct mISDNport *mISDNport, int i, int event); class PmISDN : public Port { public: - PmISDN(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode); + PmISDN(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, struct interface *interface, int channel, int exclusive, int mode); ~PmISDN(); void bchannel_receive(struct mISDNhead *hh, unsigned char *data, int len); void transmit(unsigned char *buffer, int length);