4005ce47e18f54571f97612b2ca43fa8a513bb8c
[metze/wireshark/wip.git] / ui / win32 / print_win32.h
1 /* print_mswin.h
2  * Printing support for MSWindows
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 2002, Jeffrey C. Foster <jfoste@woodward.com>
7  *
8  * SPDX-License-Identifier: GPL-2.0+
9  */
10
11 #ifndef __PRINT_MSWIN_H__
12 #define __PRINT_MSWIN_H__
13
14 /** @file
15  * Win32 specific printing.
16  */
17
18 /** Print the given file.
19  *
20  * @param file_name the file to print
21  */
22 void print_mswin(const char *file_name);
23
24 #endif