1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 02:45:25 -04:00
irssi/src/core/net-disconnect.h
2008-03-29 10:25:15 +00:00

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