changeset 51239:d4574290ba8b

(window_box_text_cols): Declare.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 25 May 2003 17:48:26 +0000
parents 998639def2d1
children 1fe905dd5836
files src/window.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.h	Sun May 25 17:47:48 2003 +0000
+++ b/src/window.h	Sun May 25 17:48:26 2003 +0000
@@ -872,5 +872,6 @@
 extern void syms_of_window P_ ((void));
 extern void keys_of_window P_ ((void));
 
+extern int window_box_text_cols P_ ((struct window *w));
 
 #endif /* not WINDOW_H_INCLUDED */