summaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index bc3314f..f15c26b 100644
--- a/src/list.h
+++ b/src/list.h
@@ -60,5 +60,7 @@ void insert_into_list (rp_window *win, struct list_head *list);
void print_window_information (rp_window *win);
void get_window_list (char *fmt, char *delim, struct sbuf *buffer,
int *mark_start, int *mark_end);
+void init_window_stuff ();
+void free_window_stuff ();
#endif /* ! _RATPOISON_LIST_H */