aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-27 19:19:00 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-27 19:19:00 +0000
commitd03b6c614a7a9c1b341efd5a2091410a9e7e1651 (patch)
tree3d53abe824228d5543ef06dfcf613c717dede8cf /print.h
parent4c8f04671b92804006a2d0014c4186b06f26561c (diff)
"print_packet_header()" is no longer used (there's now a "generate
bookmark" op in the lower-level print functions), so remove it. svn path=/trunk/; revision=11543
Diffstat (limited to 'print.h')
-rw-r--r--print.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/print.h b/print.h
index d131f18f91..3a0848cc2b 100644
--- a/print.h
+++ b/print.h
@@ -98,7 +98,6 @@ typedef struct print_stream {
extern gboolean proto_tree_print(print_args_t *print_args, epan_dissect_t *edt,
print_stream_t *stream);
extern gboolean print_hex_data(print_stream_t *stream, epan_dissect_t *edt);
-extern void print_packet_header(FILE *fh, print_format_e format, guint32 number, gchar *summary);
extern print_stream_t *print_stream_text_new(int to_file, const char *dest);
extern print_stream_t *print_stream_text_stdio_new(FILE *fh);