X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=db1a8cb3106175c3f79be6c5c6e94ba12a0efff4;hp=e0351ee78b369c524f2d5ed05d00ba739ac73bab;hb=54d34cda7a6f0d9bd3ff22d529ce69ff2c004bd3;hpb=5a22e57828617abc14e27814ee918cc63b96fd46 diff --git a/mISDN.h b/mISDN.h index e0351ee..db1a8cb 100644 --- a/mISDN.h +++ b/mISDN.h @@ -79,6 +79,8 @@ 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 ptmp, struct interface *interface); void mISDNport_close_all(void);