aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-07 00:36:25 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-07 00:36:25 +0000
commit408e41d6ed9521abcb164d79385d89f76aebbe75 (patch)
tree640a746f8b4f487f260a9dcc6e7d674fa42b98a1 /print.h
parentdccccd9c9dcf2b0d3ece1043ace05850a56327fe (diff)
"print_file()" is no longer used; nuke it.
svn path=/trunk/; revision=1430
Diffstat (limited to 'print.h')
-rw-r--r--print.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/print.h b/print.h
index e20dcf6912..b2c3490d3f 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.16 2000/01/06 07:33:23 guy Exp $
+ * $Id: print.h,v 1.17 2000/01/07 00:36:25 guy Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -50,7 +50,6 @@ FILE *open_print_dest(int to_file, const char *dest);
void close_print_dest(int to_file, FILE *fh);
void print_preamble(FILE *fh, gint format);
void print_finale(FILE *fh, gint format);
-void print_file(FILE* fh, const char* filename, gint format);
void proto_tree_print(gboolean print_one_packet, print_args_t *print_args,
GNode *protocol_tree, const u_char *pd, frame_data *fd, FILE *fh);
void print_hex_data(FILE *fh, gint format, register const u_char *cp,