X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=2881341732c2ec2a3e923613e8bf43a3746fd9a1;hp=7ddea030a3d75b30c94fbde8db025041184a8a33;hb=b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1;hpb=b95114936f9fc12816035db92beb3def4b5b0506 diff --git a/mISDN.h b/mISDN.h index 7ddea03..2881341 100644 --- a/mISDN.h +++ b/mISDN.h @@ -79,7 +79,7 @@ calls with no bchannel (call waiting, call on hold). /* mISDN none-object functions */ int mISDN_initialize(void); void mISDN_deinitialize(void); -struct mISDNport *mISDNport_open(int port, int ptp, int force_nt, int l2hold, struct interface *interface); +struct mISDNport *mISDNport_open(int port, char *portname, int ptp, int force_nt, int l2hold, struct interface *interface); void mISDNport_close_all(void); void mISDNport_close(struct mISDNport *mISDNport); void mISDN_port_reorder(void);