summaryrefslogtreecommitdiffstats
path: root/mISDN.h
diff options
context:
space:
mode:
authorAndreas Eversberg2008-09-07 10:31:58 +0200
committerAndreas Eversberg2008-09-07 10:31:58 +0200
commitb2a665f8f1cdeb7d02c3f665d95e6a80297e21d1 (patch)
tree251018611c3b3f45300ad3f811cbe756fd00e8b9 /mISDN.h
parentchanged port attribute to "portnum". (diff)
downloadlcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.tar.gz
lcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.tar.xz
lcr-b2a665f8f1cdeb7d02c3f665d95e6a80297e21d1.zip
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
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 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);