mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
7e1128029f
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4783 dbcabf3a-b0e7-0310-adc4-f8d773084564
12 lines
312 B
C
12 lines
312 B
C
#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);
|
|
|
|
#endif
|