aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32/print_win32.h
blob: cb14ca03f695c936ff37585762ed6e5b7e470ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* print_mswin.h
 * Printing support for MSWindows
 *
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 2002, Jeffrey C. Foster <jfoste@woodward.com>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef __PRINT_MSWIN_H__
#define __PRINT_MSWIN_H__

/** @file
 * Win32 specific printing.
 */

/** Print the given file.
 *
 * @param file_name the file to print
 */
void print_mswin(const char *file_name);

#endif