aboutsummaryrefslogtreecommitdiffstats
path: root/print.h
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-01 03:04:24 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-09-01 03:04:24 +0000
commit1a1b8abc2e0855b52a0d669186462512cddd3cc2 (patch)
treecbb41410183b9b8851e4a3427a5b1d898505b239 /print.h
parente2457b4f9e84fdc38c9dba520a1d13a95a439669 (diff)
Moved GTK-dependent routines for file dialogues, print dialogues, print
preferences, and menus to gtk subdirectory. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@623 f5534014-38df-0310-8fa8-9805f1628bb7
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);