From 7e1128029f18cf7927f66dc7d00be001bdc0f1d5 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Sat, 29 Mar 2008 10:25:15 +0000 Subject: Move net_disconnect_later declaration from network.h to net-disconnect.h. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4783 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/core/net-disconnect.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/net-disconnect.h') diff --git a/src/core/net-disconnect.h b/src/core/net-disconnect.h index a1ca0643..37a46846 100644 --- a/src/core/net-disconnect.h +++ b/src/core/net-disconnect.h @@ -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); -- cgit v1.2.3