aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index ab9469a2619..e853cc3cf2b 100644
--- a/src/window.h
+++ b/src/window.h
@@ -872,5 +872,6 @@ extern void init_window P_ ((void));
872extern void syms_of_window P_ ((void)); 872extern void syms_of_window P_ ((void));
873extern void keys_of_window P_ ((void)); 873extern void keys_of_window P_ ((void));
874 874
875extern int window_box_text_cols P_ ((struct window *w));
875 876
876#endif /* not WINDOW_H_INCLUDED */ 877#endif /* not WINDOW_H_INCLUDED */