fixed crash when receiving notify messages
[lcr.git] / mISDN.h
diff --git a/mISDN.h b/mISDN.h
index e0351ee..db1a8cb 100644 (file)
--- 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);