aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sna.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-sna.h')
-rw-r--r--packet-sna.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-sna.h b/packet-sna.h
index 71d3921c2f..aa18ac3b65 100644
--- a/packet-sna.h
+++ b/packet-sna.h
@@ -1,7 +1,7 @@
/* packet-sna.h
* Definitions for SNA dissection.
*
- * $Id: packet-sna.h,v 1.2 2000/02/15 21:03:10 gram Exp $
+ * $Id: packet-sna.h,v 1.3 2000/04/17 00:32:43 guy Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -33,5 +33,3 @@ struct sna_fid_type_4_addr {
* Routine to take an SNA FID Type 4 address and generate a string.
*/
extern gchar *sna_fid_type_4_addr_to_str(const struct sna_fid_type_4_addr *addrp);
-
-void dissect_sna(const u_char *, int, frame_data *, proto_tree *);