summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-01 03:04:24 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-01 03:04:24 +0000
commit65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1 (patch)
treecbb41410183b9b8851e4a3427a5b1d898505b239 /print.h
parent25502bc8fca486a9f10f96c35c1d2e4742541259 (diff)
downloadwireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.tar.gz
Moved GTK-dependent routines for file dialogues, print dialogues, print
preferences, and menus to gtk subdirectory. svn path=/trunk/; revision=623
Diffstat (limited to 'print.h')
-rw-r--r--print.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/print.h b/print.h
index 313c491a81..e5f302d257 100644
--- a/print.h
+++ b/print.h
@@ -1,7 +1,7 @@
/* print.h
* Definitions for printing packet analysis trees.
*
- * $Id: print.h,v 1.9 1999/07/23 21:09:23 guy Exp $
+ * $Id: print.h,v 1.10 1999/09/01 03:04:12 gram Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -30,10 +30,6 @@
/* Functions in print.h */
-GtkWidget *printer_prefs_show();
-void printer_prefs_ok(GtkWidget *w);
-void printer_prefs_save(GtkWidget *w);
-void printer_prefs_cancel(GtkWidget *w);
FILE *open_print_dest(int to_file, const char *dest);
void close_print_dest(int to_file, FILE *fh);
void print_preamble(FILE *fh);