aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-24 02:14:56 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-24 02:14:56 +0000
commit8ac0e6618a2d2bad339d7455de064c8383fab318 (patch)
treed0bb36cd7504a2e95c1230e9ddd906537a6277f4 /file.c
parent58369df4ef1f56a235db207e4015db50a820341f (diff)
The declaration of "destroy_packet_wins()" belongs in
"gtk/packet_win.h", along with the declarations of the other packet window manipulation routines; put it there. svn path=/trunk/; revision=3180
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index d5dc0c766b..ff5527c1f9 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.234 2001/03/24 02:07:20 guy Exp $
+ * $Id: file.c,v 1.235 2001/03/24 02:14:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -85,6 +85,7 @@
#include "ui_util.h"
#include "prefs.h"
#include "gtk/proto_draw.h"
+#include "gtk/packet_win.h"
#include "dfilter/dfilter.h"
#include "conversation.h"
#include "globals.h"