aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-04-20 22:34:08 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-04-20 22:34:08 +0000
commit91e61df84e44d9bcb8ebaab6d169e934b5470650 (patch)
treef7272f97ddd40980514981d259656c262b86adfc /print.h
parent7709ed1be1eae61bdcad19156fb248ca800e2fad (diff)
changed postscript output:
reduced print margin to 1/2 inch and font size to 8 point, include filename in page header, wrap too long lines svn path=/trunk/; revision=10652
Diffstat (limited to 'print.h')
-rw-r--r--print.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/print.h b/print.h
index bb24342a2b..027cf2da85 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.39 2004/04/17 11:50:14 ulfl Exp $
+ * $Id: print.h,v 1.40 2004/04/20 22:34:08 ulfl Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -68,7 +68,7 @@ typedef struct {
FILE *open_print_dest(int to_file, const char *dest);
gboolean close_print_dest(int to_file, FILE *fh);
-void print_preamble(FILE *fh, gint format);
+void print_preamble(FILE *fh, gint format, gchar *filename);
void print_finale(FILE *fh, gint format);
void proto_tree_print(print_args_t *print_args, epan_dissect_t *edt,
FILE *fh);