aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/atm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/atm.h')
-rw-r--r--wiretap/atm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/atm.h b/wiretap/atm.h
index 287fb2fbf1..d98a112fec 100644
--- a/wiretap/atm.h
+++ b/wiretap/atm.h
@@ -18,9 +18,9 @@
*/
extern void
-atm_guess_traffic_type(struct wtap_pkthdr *phdr, const guint8 *pd);
+atm_guess_traffic_type(wtap_rec *rec, const guint8 *pd);
extern void
-atm_guess_lane_type(struct wtap_pkthdr *phdr, const guint8 *pd);
+atm_guess_lane_type(wtap_rec *rec, const guint8 *pd);
#endif /* __ATM_H__ */