diff options
| author | Eli Zaretskii | 2011-06-10 13:16:15 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-06-10 13:16:15 +0300 |
| commit | 440a42e34c0e31a793cf9b667bc95023e8f987ef (patch) | |
| tree | 6e7761860f5c080bb759982e268f0595585f92ec /src/window.c | |
| parent | 562dd5e9532d75d18843a37a1e42a1f4398d4823 (diff) | |
| download | emacs-440a42e34c0e31a793cf9b667bc95023e8f987ef.tar.gz emacs-440a42e34c0e31a793cf9b667bc95023e8f987ef.zip | |
Avoid compiler warnings about missing prototypes of window.c functions.
src/window.h (resize_frame_windows, resize_window_check)
(delete_deletable_window, resize_root_window)
(resize_frame_windows): Declare prototypes.
src/ window.c (resize_window_apply): Make definition be "static" to
match the prototype.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 3ee220e1d27..265dafa6b80 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3614,7 +3614,7 @@ resize_window_check (struct window *w, int horflag) | |||
| 3614 | 3614 | ||
| 3615 | This function does not perform any error checks. Make sure you have | 3615 | This function does not perform any error checks. Make sure you have |
| 3616 | run resize_window_check on W before applying this function. */ | 3616 | run resize_window_check on W before applying this function. */ |
| 3617 | void | 3617 | static void |
| 3618 | resize_window_apply (struct window *w, int horflag) | 3618 | resize_window_apply (struct window *w, int horflag) |
| 3619 | { | 3619 | { |
| 3620 | struct window *c, *p; | 3620 | struct window *c, *p; |