about summary refs log tree commit diff stats
path: root/src/ui/window_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window_list.h')
-rw-r--r--src/ui/window_list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index dc1f3be4..68e72739 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -1,7 +1,7 @@
 /*
  * window_list.h
  *
- * Copyright (C) 2012 - 2017 James Booth <boothj5@gmail.com>
+ * Copyright (C) 2012 - 2018 James Booth <boothj5@gmail.com>
  *
  * This file is part of Profanity.
  *
@@ -87,7 +87,7 @@ gboolean wins_tidy(void);
 GSList* wins_create_summary(gboolean unread);
 void wins_destroy(void);
 GList* wins_get_nums(void);
-gboolean wins_swap(int source_win, int target_win);
+void wins_swap(int source_win, int target_win);
 void wins_hide_subwin(ProfWin *window);
 void wins_show_subwin(ProfWin *window);