2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
+ * window.h (check_all_windows): Mark externally visible.
+
* window.c (window_deletion_count): Now static.
* undo.c: Make symbols static if they're not exported.
extern void grow_mini_window (struct window *, int);
extern void shrink_mini_window (struct window *);
extern int window_relative_x_coord (struct window *, enum window_part, int);
-extern void check_all_windows (void);
+extern void check_all_windows (void) EXTERNALLY_VISIBLE;
void run_window_configuration_change_hook (struct frame *f);