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 <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to