From 3754d8f73ff7cb55e204f7ede6569028407a00e5 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 7 Jul 2007 17:13:20 +0200 Subject: backup compiles, runs, but not enough debugged --- mISDN.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mISDN.h') diff --git a/mISDN.h b/mISDN.h index 1798b88..e8df862 100644 --- a/mISDN.h +++ b/mISDN.h @@ -46,8 +46,8 @@ struct mISDNport { int use; /* counts the number of port that uses this port */ int ntmode; /* is TRUE if port is nt mode */ int pri; /* is TRUE if port is a primary rate interface */ - int is_tones; /* TRUE if tones are sent outside connect state */ - int is_earlyb; /* TRUE if tones are received outside connect state */ + int tones; /* TRUE if tones are sent outside connect state */ + int earlyb; /* TRUE if tones are received outside connect state */ int upper_id; /* id to transfer data down */ int lower_id; /* id to transfer data up */ int d_stid; @@ -79,7 +79,7 @@ calls with no bchannel (call waiting, call on hold). /* mISDN none-object functions */ void mISDN_port_info(void); -struct mISDNport *mISDNport_open(int port, int ptp, int ptmp); +struct mISDNport *mISDNport_open(int port, int ptp, int ptmp, struct interface *interface); void mISDNport_close_all(void); void mISDNport_close(struct mISDNport *mISDNport); void mISDN_port_reorder(void); -- cgit v1.2.3-55-g7522