Remove the "union pseudo_header" from the "frame_data" structure;
[obnox/wireshark/wip.git] / packet-lapb.h
index 2aec4451859234de213354ad14a9b61530ebd1d1..1b31fa370e2128e640b5457ba1b3c89fdcd5a783 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-lapb.h
  *
- * $Id: packet-lapb.h,v 1.1 2000/02/15 21:02:30 gram Exp $
+ * $Id: packet-lapb.h,v 1.2 2000/05/18 09:05:45 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -22,5 +22,5 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
-
-void dissect_lapb(const u_char *, frame_data *, proto_tree *);
+void dissect_lapb(const union pseudo_header *, const u_char *, frame_data *,
+    proto_tree *);