From: Stefan Monnier Date: Sun, 25 May 2003 17:48:26 +0000 (+0000) Subject: (window_box_text_cols): Declare. X-Git-Tag: ttn-vms-21-2-B4~9939 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fccd208dec664d555d3f17d1f403f64d89dfd773;p=emacs.git (window_box_text_cols): Declare. --- 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)); 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 */