dcerpc-netlogon: remove unused variable
[wireshark-sm.git] / epan / ps.h
blob73098c048e9588e6c79aad5d014c4a3e9ea25c0d
1 /** @file
3 * Definitions for generating PostScript(R) packet output.
5 * Gilbert Ramirez <gram@alumni.rice.edu>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef __PS_H__
15 #define __PS_H__
17 /* Functions in ps.c; automatically generated by rdps.py */
19 void print_ps_preamble(FILE *);
20 void print_ps_finale(FILE *);
22 #endif /* ps.h */