perform default/timeout action when sending is complete
[lcr.git] / ss5.h
diff --git a/ss5.h b/ss5.h
index 8a0c20d..d1ad962 100644 (file)
--- a/ss5.h
+++ b/ss5.h
 #define SS5_FEATURE_BELL               0x00000010
 #define SS5_FEATURE_PULSEDIALING       0x00000020
 #define SS5_FEATURE_DELAY              0x00000040
-#define SS5_FEATURE_STAR_RELEASE       0x00000080
 #define SS5_FEATURE_SUPPRESS           0x00000100
 
 /* SS5 port classes */
 class Pss5 : public PmISDN
 {
        public:
-       Pss5(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode);
+       Pss5(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, struct interface *interface, int channel, int exclusive, int mode);
        ~Pss5();
        int message_epoint(unsigned int epoint_id, int message, union parameter *param);
        void set_tone(const char *dir, const char *name);