aboutsummaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-31 20:57:02 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-31 20:57:02 +0000
commit63e8447614677ab3a296f1e273a584a6ff4025cd (patch)
tree319a16e438058737025af738c3ce71e0686fa222 /print.c
parenta412a0cec565dfdb0adcaf18fa9c52da76b4de9a (diff)
From Joerg Mayer: get rid of unused arguments, and mark those that can't
be eliminated (because the function is called through a pointer, and other functions called through the same pointer *do* use the argument) as unused. svn path=/trunk/; revision=5050
Diffstat (limited to 'print.c')
-rw-r--r--print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print.c b/print.c
index d36311a604..fcc1a8b689 100644
--- a/print.c
+++ b/print.c
@@ -1,7 +1,7 @@
/* print.c
* Routines for printing packet analysis trees.
*
- * $Id: print.c,v 1.42 2002/03/14 05:41:59 guy Exp $
+ * $Id: print.c,v 1.43 2002/03/31 20:56:59 guy Exp $
*
* Gilbert Ramirez <gram@alumni.rice.edu>
*
@@ -96,7 +96,7 @@ void print_finale(FILE *fh, gint format)
print_ps_finale(fh);
}
-void proto_tree_print(gboolean print_one_packet, print_args_t *print_args,
+void proto_tree_print(print_args_t *print_args,
GNode *protocol_tree, frame_data *fd, FILE *fh)
{
print_data data;