summary refs log tree commit diff stats
path: root/src/common/dcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r--src/common/dcc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h
index e7115b32..e5d0809f 100644
--- a/src/common/dcc.h
+++ b/src/common/dcc.h
@@ -110,7 +110,6 @@ gboolean is_dcc_completed (struct DCC *dcc);
 void dcc_abort (session *sess, struct DCC *dcc);
 void dcc_get (struct DCC *dcc);
 int dcc_resume (struct DCC *dcc);
-void dcc_check_timeouts (void);
 void dcc_change_nick (server *serv, char *oldnick, char *newnick);
 void dcc_notify_kill (struct server *serv);
 struct DCC *dcc_write_chat (char *nick, char *text);