summaryrefslogtreecommitdiffstats
path: root/epan/ps.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ps.h')
-rw-r--r--epan/ps.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/epan/ps.h b/epan/ps.h
new file mode 100644
index 0000000..73098c0
--- /dev/null
+++ b/epan/ps.h
@@ -0,0 +1,22 @@
+/** @file
+ *
+ * Definitions for generating PostScript(R) packet output.
+ *
+ * Gilbert Ramirez <gram@alumni.rice.edu>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#ifndef __PS_H__
+#define __PS_H__
+
+/* Functions in ps.c; automatically generated by rdps.py */
+
+void print_ps_preamble(FILE *);
+void print_ps_finale(FILE *);
+
+#endif /* ps.h */