diff options
| author | Stefan Monnier | 2003-05-25 17:48:26 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-05-25 17:48:26 +0000 |
| commit | fccd208dec664d555d3f17d1f403f64d89dfd773 (patch) | |
| tree | b5c77c7ced203aac3595863cbf74cf9f0b1f5806 | |
| parent | d152a715a007c84b94c5fce36d69718b73ac864f (diff) | |
| download | emacs-fccd208dec664d555d3f17d1f403f64d89dfd773.tar.gz emacs-fccd208dec664d555d3f17d1f403f64d89dfd773.zip | |
(window_box_text_cols): Declare.
| -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)); | |||
| 872 | extern void syms_of_window P_ ((void)); | 872 | extern void syms_of_window P_ ((void)); |
| 873 | extern void keys_of_window P_ ((void)); | 873 | extern void keys_of_window P_ ((void)); |
| 874 | 874 | ||
| 875 | extern int window_box_text_cols P_ ((struct window *w)); | ||
| 875 | 876 | ||
| 876 | #endif /* not WINDOW_H_INCLUDED */ | 877 | #endif /* not WINDOW_H_INCLUDED */ |