diff options
author | sabetts <sabetts> | 2001-08-18 21:54:21 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-08-18 21:54:21 +0000 |
commit | 0a1a6fbcfddf9f4857b1c95f32321bbd27968cea (patch) | |
tree | d7d799cffdbc3e27a37a8bbeac1393694def1c88 /src/list.h | |
parent | bd72362cf682c093fe84802b6c08b67f6f9d819e (diff) | |
download | ratpoison-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |