aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-11 05:41:47 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-11 05:41:47 +0000
commit918fb90728eee9b26afed6716db32bd169115cc3 (patch)
treec6c1c83858afe0c07b2aee87897ac5d102eb4a35 /packet-ipp.c
parentfc72ce73366a52c47e68bd7be7d17574df1ca353 (diff)
"dissect_http()" doesn't need to be global any more; make it static.
svn path=/trunk/; revision=2870
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;