aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-10-10 03:32:20 +0000
committerGerald Combs <gerald@wireshark.org>1998-10-10 03:32:20 +0000
commit1b26a7cdb777972eb23d0d7d0b320855c1a03877 (patch)
tree9232afabf0abc9a8e5f5243798fbcc25d4aaa725 /print.h
parent54945ddd046378b83ea09c45c3c42293d20a0d77 (diff)
* OSPF alignment fixes (Gerald)
* FDDI support (Laurent, Guy) svn path=/trunk/; revision=36
Diffstat (limited to 'print.h')
-rw-r--r--print.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/print.h b/print.h
index 360660e71a..0bafbd74d6 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.4 1998/09/27 22:12:45 gerald Exp $
+ * $Id: print.h,v 1.5 1998/10/10 03:32:20 gerald Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -41,9 +41,9 @@ typedef struct pr_opts {
/* Functions in print.h */
-void printer_opts_cb(GtkWidget *, gpointer);
-void printer_opts_ok(GtkWidget *w);
-void printer_opts_close(GtkWidget *w);
+GtkWidget *printer_prefs_show();
+void printer_prefs_ok(GtkWidget *w);
+void printer_prefs_cancel(GtkWidget *w);
void print_tree(const u_char *pd, frame_data *fd, GtkTree *tree);
void print_tree_text(FILE *fh, const u_char *pd, frame_data *fd, GtkTree *tree);
void print_tree_ps(FILE *fh, const u_char *pd, frame_data *fd, GtkTree *tree);