aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-10 04:21:04 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-10 04:21:04 +0000
commit71b7cd503102829502ddff1667cd98a468e28c91 (patch)
tree5f561b5f4b780e8e84294440d4aecee2a9c47cca /file.h
parent9bd3c4224bef06341e271a901ab69f28de15922d (diff)
Move GTK code out of summary.c and into gtk/summary_dlg.c
summary.c now provides a struct of info (see summary.h) Changed the name of the summary dialogue callback (hence the change in menu.c), and added a close button to the dialogue. Moved #include <gtk/gtk.h> out of print.c and into prefs.h where it was needed for GdkColor. svn path=/trunk/; revision=1273
Diffstat (limited to 'file.h')
-rw-r--r--file.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/file.h b/file.h
index 6953eb8516..a09675e083 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.60 1999/12/04 11:32:25 guy Exp $
+ * $Id: file.h,v 1.61 1999/12/10 04:20:53 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,6 +48,10 @@
#include "colors.h"
#endif
+#ifndef __PRINT_H__
+#include "print.h"
+#endif
+
#include <errno.h>
#ifdef HAVE_LIBZ