aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-08-18 16:28:22 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-08-18 16:28:22 +0000
commitc1adce97623a8b75c3080fbd9295094068842239 (patch)
tree668b84cd0851badaa440d1c2948ba5ee83b4dd28 /file.h
parent648ffa143521d947c01363c37a1c62b38ee45f57 (diff)
Re-arranged Ethereal's definitions of DLT_RAW et al. since capture.c
is the only file that uses them. I hope to avoid some compiler warnings with this. svn path=/trunk/; revision=512
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index 03dcf5d2d7..b87ce3fd8d 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.37 1999/08/18 04:17:28 guy Exp $
+ * $Id: file.h,v 1.38 1999/08/18 16:28:22 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -44,6 +44,7 @@
#endif
#endif
+
#ifndef __DFILTER_H__
#include "dfilter.h"
#endif