X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.h;h=d9487b3b3635e743ecfa3ab1fd55e2311f257774;hp=2f5901d3f43f56fa730361e3899e7a377a0207a8;hb=79bd731c0db3e3202cfeed2af3fb217ae744b70f;hpb=30224b43e26f8b942da6770ac57eb3e17fcb259e diff --git a/dss1.h b/dss1.h index 2f5901d..d9487b3 100644 --- a/dss1.h +++ b/dss1.h @@ -13,13 +13,14 @@ class Pdss1 : public PmISDN { public: - Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode); + Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, struct interface *interface, int channel, int exclusive, int mode); ~Pdss1(); unsigned int p_m_d_l3id; /* current l3 process id */ struct lcr_work p_m_d_delete; /* timer for audio transmission */ void message_isdn(unsigned int cmd, unsigned int pid, struct l3_msg *l3m); int p_m_d_ces; /* ntmode: tei&sapi */ int message_epoint(unsigned int epoint_id, int message, union parameter *param); + void set_display(const char *text); int p_m_d_ntmode; /* flags the nt-mode */ int p_m_d_tespecial; /* special te-mode with all nt-mode IEs */