diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-25 17:48:26 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-05-25 17:48:26 +0000 |
commit | d312c02177dd0445a510504d26fc64fcf21ad515 (patch) | |
tree | 6e94f3cbbaa8bf5893d6f2134d5501a40bda54e0 /src/window.h | |
parent | 3e51bfbb9136cf4694e5fe95f551904da47f4902 (diff) | |
download | emacs-d312c02177dd0445a510504d26fc64fcf21ad515.tar.gz |
(window_box_text_cols): Declare.
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 1 |
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)); 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 */ |