summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-01-15 21:55:25 +0100
committerAndreas Eversberg2010-01-15 21:55:25 +0100
commit473d6569efcad130f9a5044b182b75a1c07a1eee (patch)
tree6bb2fdb9f19624f56afe87c7f55fa7dc6d06c24a /mISDN.h
parentNew version 1.7 (diff)
downloadlcr-473d6569efcad130f9a5044b182b75a1c07a1eee.tar.gz
lcr-473d6569efcad130f9a5044b182b75a1c07a1eee.tar.xz
lcr-473d6569efcad130f9a5044b182b75a1c07a1eee.zip
Added new option to interface.conf: "nonotify" to disable notify messages.
modified: README modified: dss1.cpp modified: interface.c modified: interface.h modified: mISDN.cpp modified: mISDN.h
Diffstat (limited to 'mISDN.h')
-rw-r--r--mISDN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mISDN.h b/mISDN.h
index f8d2341..cbebcac 100644
--- a/mISDN.h
+++ b/mISDN.h
@@ -92,7 +92,7 @@ calls with no bchannel (call waiting, call on hold).
int mISDN_initialize(void);
void mISDN_deinitialize(void);
int mISDN_getportbyname(int sock, int cnt, char *portname);
-struct mISDNport *mISDNport_open(int port, char *portname, int ptp, int force_nt, int te_special, int l1hold, int l2hold, struct interface *interface, int gsm, unsigned int ss5);
+struct mISDNport *mISDNport_open(struct interface_port *ifport);
void mISDNport_static(struct mISDNport *mISDNport);
void mISDNport_close_all(void);
void mISDNport_close(struct mISDNport *mISDNport);