aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_wrappers.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 23:07:04 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 23:07:04 +0000
commit476367857a8b56f584106293d25e19e8024f24c5 (patch)
tree349138fc92b8d0ed8fa5f5f4be28c0be0ed92b41 /wiretap/file_wrappers.c
parent9dcf169879c7cda3403bc2458b6c33317865a0c9 (diff)
Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
to that file, leave public definitions in wtap.h. Rename "union pseudo_header" to "union wtap_pseudo_header". Make the wtap_pseudo_header pointer available in packet_info struct. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1989 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/file_wrappers.c')
-rw-r--r--wiretap/file_wrappers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file_wrappers.c b/wiretap/file_wrappers.c
index 4b2f68b191..61ff2261be 100644
--- a/wiretap/file_wrappers.c
+++ b/wiretap/file_wrappers.c
@@ -1,6 +1,6 @@
/* file_wrappers.c
*
- * $Id: file_wrappers.c,v 1.6 2000/03/14 18:27:44 guy Exp $
+ * $Id: file_wrappers.c,v 1.7 2000/05/19 23:06:50 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -99,7 +99,7 @@
#include <errno.h>
#include <stdio.h>
-#include "wtap.h"
+#include "wtap-int.h"
#include "file_wrappers.h"
#ifdef HAVE_LIBZ