1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 22:40:51 -08:00

(window_box_text_cols): Declare.

This commit is contained in:
Stefan Monnier 2003-05-25 17:48:26 +00:00
parent d152a715a0
commit fccd208dec

View file

@ -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 */