aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-atalk.h')
-rw-r--r--packet-atalk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-atalk.h b/packet-atalk.h
index ca5f10d4d4..24bec82b31 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.7 2001/11/30 07:14:20 guy Exp $
+ * $Id: packet-atalk.h,v 1.8 2002/04/24 06:03:33 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,6 @@ struct atalk_ddp_addr {
*/
extern gchar *atalk_addr_to_str(const struct atalk_ddp_addr *addrp);
-extern void capture_llap(const u_char *pd, int len, packet_counts *ld);
+extern void capture_llap(packet_counts *ld);
#endif