Merge Irssi 0.8.16-rc1
[silc.git] / apps / irssi / src / core / net-disconnect.h
index a1ca06430b1c01bce133414b36811c48257d7c53..37a468467ebcdcd940fa218988f3b0ffb8e47e22 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __NET_DISCONNECT_H
 #define __NET_DISCONNECT_H
 
+/* Try to let the other side close the connection, if it still isn't
+   disconnected after certain amount of time, close it ourself */
+void net_disconnect_later(GIOChannel *handle);
+
 void net_disconnect_init(void);
 void net_disconnect_deinit(void);