Cleanup: Make interface name be part of Port class
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index aad6f72..32136d1 100644 (file)
--- 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);