aboutsummaryrefslogtreecommitdiffstats
path: root/packet-http.h
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-http.h
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-http.h')
-rw-r--r--packet-http.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/packet-http.h b/packet-http.h
deleted file mode 100644
index 5109f5e8fe..0000000000
--- a/packet-http.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* packet-http.h
- *
- * $Id: packet-http.h,v 1.3 2000/11/09 10:56:32 guy Exp $
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
- * Copyright 1998 Gerald Combs
- *
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- */
-
-#ifndef __PACKET_HTTP_H__
-#define __PACKET_HTTP_H__
-
-void dissect_http(tvbuff_t *, packet_info *, proto_tree *);
-
-#endif