aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet-ppp.h')
-rw-r--r--packet-ppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ppp.h b/packet-ppp.h
index d8c2e86e0d..653a4465c0 100644
--- a/packet-ppp.h
+++ b/packet-ppp.h
@@ -1,6 +1,6 @@
/* packet-ppp.h
*
- * $Id: packet-ppp.h,v 1.6 2000/11/29 05:16:15 gram Exp $
+ * $Id: packet-ppp.h,v 1.7 2001/03/30 06:15:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -25,6 +25,6 @@
#ifndef __PACKET_PPP_H__
#define __PACKET_PPP_H__
-void capture_ppp(const u_char *, int, packet_counts *);
+void capture_ppp_hdlc(const u_char *, int, packet_counts *);
#endif