X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;fp=mISDN.h;h=cbebcacc5c86b1214b23a214e5c5f73c42735a71;hp=f8d2341cfbdfc7fed9a1e02810028d8f367a1dd6;hb=473d6569efcad130f9a5044b182b75a1c07a1eee;hpb=043714d9d457d5461b0a46680e1501c0736e2586 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);