Fixed /close all and /close read to close extra windows

This commit is contained in:
James Booth
2013-08-30 00:33:46 +01:00
parent 48794e324c
commit 7f476b3e2c
3 changed files with 33 additions and 10 deletions

View File

@@ -47,5 +47,6 @@ void wins_lost_connection(void);
gboolean wins_tidy(void);
GSList * wins_create_summary(void);
void wins_destroy(void);
GList * wins_get_nums(void);
#endif