aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 5da6165c48d..24949e1e287 100644
--- a/src/window.h
+++ b/src/window.h
@@ -973,6 +973,7 @@ extern void replace_buffer_in_windows (Lisp_Object);
973extern void replace_buffer_in_windows_safely (Lisp_Object); 973extern void replace_buffer_in_windows_safely (Lisp_Object);
974/* This looks like a setter, but it is a bit special. */ 974/* This looks like a setter, but it is a bit special. */
975extern void wset_buffer (struct window *, Lisp_Object); 975extern void wset_buffer (struct window *, Lisp_Object);
976extern bool window_outdated (struct window *);
976extern void init_window_once (void); 977extern void init_window_once (void);
977extern void init_window (void); 978extern void init_window (void);
978extern void syms_of_window (void); 979extern void syms_of_window (void);