]> git.eshelyaron.com Git - emacs.git/commitdiff
(window_box_text_cols): Declare.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:48:26 +0000 (17:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:48:26 +0000 (17:48 +0000)
src/window.h

index ab9469a26190f0a81596fc38ae27dbd1b16766aa..e853cc3cf2bc9d4e055e9ebda90e566d830d858a 100644 (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 */