aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-11 05:41:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-01-11 05:41:47 +0000
commitac74e8c5cdbfe22c0654fb0201701c28a05e953f (patch)
treec6c1c83858afe0c07b2aee87897ac5d102eb4a35 /packet-ipp.c
parent424862d1a50cc8aba2cf620cd358684b63c68696 (diff)
"dissect_http()" doesn't need to be global any more; make it static.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2870 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ipp.c')
-rw-r--r--packet-ipp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ipp.c b/packet-ipp.c
index 2df6670bc4..391ff4fd7f 100644
--- a/packet-ipp.c
+++ b/packet-ipp.c
@@ -3,7 +3,7 @@
*
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-ipp.c,v 1.20 2001/01/11 05:36:09 guy Exp $
+ * $Id: packet-ipp.c,v 1.21 2001/01/11 05:41:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -41,7 +41,6 @@
#include <glib.h>
#include "packet.h"
#include "strutil.h"
-#include "packet-http.h"
static int proto_ipp = -1;