removed "lcr query", use "isdninfo" instead.
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index f03cb4f..aa9511a 100644 (file)
--- a/mISDN.h
+++ b/mISDN.h
@@ -78,7 +78,6 @@ calls with no bchannel (call waiting, call on hold).
 /* mISDN none-object functions */
 int mISDN_initialize(void);
 void mISDN_deinitialize(void);
-void mISDN_port_info(void);
 struct mISDNport *mISDNport_open(int port, int ptp, int force_nt, int l2hold, struct interface *interface);
 void mISDNport_close_all(void);
 void mISDNport_close(struct mISDNport *mISDNport);
@@ -155,7 +154,7 @@ class PmISDN : public Port
        unsigned int p_m_timeout;               /* timeout of timers */
        time_t p_m_timer;                       /* start of timer */
        unsigned int p_m_remote_ref;            /* join to export bchannel to */
-       unsigned int p_m_remote_id;             /* sock to export bchannel to */
+       int p_m_remote_id;                      /* sock to export bchannel to */
 
        int seize_bchannel(int channel, int exclusive); /* requests / reserves / links bchannels, but does not open it! */
        void drop_bchannel(void);