summaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-18 21:54:21 +0000
committersabetts <sabetts>2001-08-18 21:54:21 +0000
commit0a1a6fbcfddf9f4857b1c95f32321bbd27968cea (patch)
treed7d799cffdbc3e27a37a8bbeac1393694def1c88 /src/list.h
parentbd72362cf682c093fe84802b6c08b67f6f9d819e (diff)
downloadratpoison-0a1a6fbcfddf9f4857b1c95f32321bbd27968cea.zip
commands can be called interactively and non-interactively. commands return a result string
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index e216e9d..06913d1 100644
--- a/src/list.h
+++ b/src/list.h
@@ -22,6 +22,8 @@
#ifndef _RATPOISON_LIST_H
#define _RATPOISON_LIST_H 1
+#include "sbuf.h"
+
void free_window (rp_window *w);
rp_window *add_to_window_list (screen_info *s, Window w);
void init_window_list ();
@@ -55,5 +57,6 @@ void insert_into_list (rp_window *win, rp_window *sentinel);
void remove_from_list (rp_window *win);
void print_window_information (rp_window *win);
+void get_window_list (char *delim, struct sbuf *buffer, int *mark_start, int *mark_end);
#endif /* ! _RATPOISON_LIST_H */