From b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 7 Sep 2008 10:31:58 +0200 Subject: Ports can now be specified by number or by name. Names are shown in state-screen also. modified: README modified: default/interface.conf modified: interface.c modified: interface.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: socket_server.c --- mISDN.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mISDN.h') 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); -- cgit v1.2.3-55-g7522