summaryrefslogtreecommitdiff
path: root/src/irc/irc.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2003-10-01 21:50:50 +0000
committerSebastien Helleu <flashcode@flashtux.org>2003-10-01 21:50:50 +0000
commitd0bb1e0c2ae2bd1ffa61b65fb7b0c9d6cd17cb12 (patch)
treedcbafe59808162609304b1f67a8e9b22183d2170 /src/irc/irc.h
parent77e0d01d7a1d57b612a637b1fc8046a3c0537538 (diff)
downloadweechat-d0bb1e0c2ae2bd1ffa61b65fb7b0c9d6cd17cb12.zip
Fixed bug when destroying last server
Diffstat (limited to 'src/irc/irc.h')
-rw-r--r--src/irc/irc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc/irc.h b/src/irc/irc.h
index 389a9f70f..8dcd30639 100644
--- a/src/irc/irc.h
+++ b/src/irc/irc.h
@@ -140,7 +140,6 @@ extern t_irc_channel *current_channel;
extern void server_init (t_irc_server *);
extern t_irc_server *server_alloc ();
-extern void server_create_window (t_irc_server *);
extern void server_destroy (t_irc_server *);
extern void server_free (t_irc_server *);
extern void server_free_all ();