diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-01 03:04:24 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-09-01 03:04:24 +0000 |
commit | 65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1 (patch) | |
tree | cbb41410183b9b8851e4a3427a5b1d898505b239 /print.h | |
parent | 25502bc8fca486a9f10f96c35c1d2e4742541259 (diff) | |
download | wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.tar.gz wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.tar.bz2 wireshark-65c3e8d9bf8ad7db047dafcf23b421207d7ebcb1.zip |
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.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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); |