diff src/w32term.c @ 110975:e0ac9a58795e

src/w32*.c: Make functions static. * src/w32fns.c (w32_wnd_proc, file_dialog_callback): * src/w32font.c (w32_generic_family): * src/w32inevt.c (key_event): * src/w32menu.c (fill_in_menu): * src/w32proc.c (reader_thread, w32_executable_type, compare_env) (merge_and_sort_env, int_from_hex, enum_locale_fn, enum_codepage_fn): * src/w32term.c (w32_read_socket): Make static.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Oct 2010 03:33:31 +0200
parents 55c8c3ca3d48
children b8fde5ef9e14
line wrap: on
line diff
--- a/src/w32term.c	Thu Oct 14 01:17:30 2010 +0000
+++ b/src/w32term.c	Thu Oct 14 03:33:31 2010 +0200
@@ -3954,7 +3954,7 @@
    recursively with different messages by the system.
 */
 
-int
+static int
 w32_read_socket (struct terminal *terminal, int expected,
 		 struct input_event *hold_quit)
 {