aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-05-19 05:18:26 +0000
committerGuy Harris <guy@alum.mit.edu>2000-05-19 05:18:26 +0000
commit88a19954c2bfc7a9d9b0e9469ca284ae9af59747 (patch)
tree4db3b85d646ba62fdcb60502a69fa7704d2cce6e /packet-null.c
parentb263e4934bb62aff50495d472484329a6bd23829 (diff)
Make "packet-null.c" include "packet-null.h", so that the declarations
in "packet-null.h" will be checked against the definitions in "packet-null.c". Fix the declaration of "dissect_null()" in "packet-null.h", so that said checks don't complain. svn path=/trunk/; revision=1980
Diffstat (limited to 'packet-null.c')
-rw-r--r--packet-null.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-null.c b/packet-null.c
index 18bc02cce7..9c26f51294 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,7 +1,7 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.22 2000/05/19 04:54:34 gram Exp $
+ * $Id: packet-null.c,v 1.23 2000/05/19 05:18:26 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -39,6 +39,7 @@
#endif
#include "packet.h"
+#include "packet-null.h"
#include "packet-atalk.h"
#include "packet-ip.h"
#include "packet-ipv6.h"