"packet-ajp13.h" declared a non-existent routine; remove it.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Jun 2002 00:05:05 +0000 (00:05 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Jun 2002 00:05:05 +0000 (00:05 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5792 f5534014-38df-0310-8fa8-9805f1628bb7

Makefile.am
packet-ajp13.c
packet-ajp13.h [deleted file]

index f3ea5c12c14a60f312f18ac4cfe53e666b5694aa..3c9cf99dc3843ed829226587a028e9ea07c67015 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.443 2002/06/28 21:02:55 gerald Exp $
+# $Id: Makefile.am,v 1.444 2002/06/29 00:05:05 guy Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@ethereal.com>
@@ -374,7 +374,6 @@ noinst_HEADERS = \
        packet-afs-macros.h \
        packet-afs-register-info.h \
        packet-afs-defs.h \
-       packet-ajp13.h          \
        packet-arp.h   \
        packet-atalk.h \
        packet-atm.h   \
index e15ffd581a5969fb466f21c752ac75b066bc0e67..4553463e4498e3699e5b58d907dab33c32d062cf 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for AJP13 dissection
  * Copyright 2002, Christopher K. St. John <cks@distributopia.com>
  *
- * $Id: packet-ajp13.c,v 1.4 2002/06/28 23:58:06 guy Exp $
+ * $Id: packet-ajp13.c,v 1.5 2002/06/29 00:05:05 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -47,7 +47,6 @@
 
 #include <epan/packet.h>
 #include <epan/conversation.h>
-#include "packet-ajp13.h"
 #include "packet-tcp.h"
 
 
diff --git a/packet-ajp13.h b/packet-ajp13.h
deleted file mode 100644 (file)
index 47e349b..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/* packet-ajp13.h
- * Headers for AJP13 dissection
- * Copyright 2002, Christopher K. St. John <cks@distributopia.com>
- *
- * $Id: packet-ajp13.h,v 1.2 2002/06/29 00:00:48 guy Exp $
- *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
- * 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_AJP13_H__
-#define __PACKET_AJP13_H__
-
-void http_ajp13_add(guint32 port, dissector_handle_t handle);
-
-#endif