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
This commit is contained in:
Emanuele Giaquinta 2008-03-29 10:25:15 +00:00 committed by exg
commit 7e1128029f
3 changed files with 5 additions and 3 deletions

View 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);