aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-11-17 06:02:21 +0000
committerGuy Harris <guy@alum.mit.edu>2000-11-17 06:02:21 +0000
commitd50abaf3f4760996163539c90f4c982f2eaba4e6 (patch)
treee100d9c5b026a703e9a005330eed9e9cfe1595e0 /packet-atalk.h
parentd9397635456a565fcd8f09f24e9ec26919ed6d5f (diff)
Give the "null" link-layer header dissector a dissector table, and put
the BSD AF_ type values it uses into an "aftypes.h" header file for dissectors that register themselves in that dissector table include. svn path=/trunk/; revision=2653
Diffstat (limited to 'packet-atalk.h')
-rw-r--r--packet-atalk.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet-atalk.h b/packet-atalk.h
index 43d8c8d826..b3eabdc220 100644
--- a/packet-atalk.h
+++ b/packet-atalk.h
@@ -1,7 +1,7 @@
/* packet-atalk.h
* Definitions for Appletalk packet disassembly (DDP, currently).
*
- * $Id: packet-atalk.h,v 1.5 2000/11/13 04:49:45 guy Exp $
+ * $Id: packet-atalk.h,v 1.6 2000/11/17 06:02:20 guy Exp $
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -48,6 +48,4 @@ struct atalk_ddp_addr {
*/
extern gchar *atalk_addr_to_str(const struct atalk_ddp_addr *addrp);
-void dissect_ddp(tvbuff_t *, packet_info *, proto_tree *);
-
#endif