From 918fb90728eee9b26afed6716db32bd169115cc3 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 11 Jan 2001 05:41:47 +0000 Subject: "dissect_http()" doesn't need to be global any more; make it static. svn path=/trunk/; revision=2870 --- packet-ipp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packet-ipp.c') 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 * - * $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 @@ -41,7 +41,6 @@ #include #include "packet.h" #include "strutil.h" -#include "packet-http.h" static int proto_ipp = -1; -- cgit v1.2.3