Wireshark mailing list archives
Re: [Patch] gtk/file_dlg_win32.c
From: Bill Meier <wmeier () newsguy com>
Date: Mon, 22 Nov 2010 13:55:58 -0500
On 11/22/2010 1:41 PM, Gisle Vanem wrote:
print_update_dynamic() isn't defined 'static' in file_dlg_win32.h.
Hence:
--- gtk\file_dlg_win32.c Sun Nov 21 04:04:45 2010
+++ gtk\file_dlg_win32.c Mon Nov 22 13:54:53 2010
@@ -886,7 +886,7 @@
print_update_dynamic(dlg_hwnd, args);
}
-static void
+void
print_update_dynamic(HWND dlg_hwnd, print_args_t *args) {
HWND cur_ctrl;
Without knowing the code, but given that print_update_dynamic() appears to be only used in file_dlg_win32.c I'd be inclined to remove the declaration from the .h file.... Any reason not to ? Bill ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- [Patch] gtk/file_dlg_win32.c Gisle Vanem (Nov 22)
- Re: [Patch] gtk/file_dlg_win32.c Bill Meier (Nov 22)
- Re: [Patch] gtk/file_dlg_win32.c Gisle Vanem (Nov 22)
- Re: [Patch] gtk/file_dlg_win32.c Bill Meier (Nov 22)
