aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-vines.h')
-rw-r--r--epan/dissectors/packet-vines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vines.h b/epan/dissectors/packet-vines.h
index d7902df0c5..c6a81a1ab5 100644
--- a/epan/dissectors/packet-vines.h
+++ b/epan/dissectors/packet-vines.h
@@ -26,6 +26,6 @@
#ifndef __PACKETVINES_H__
#define __PACKETVINES_H__
-gboolean capture_vines(const guchar *pd, int offset, int len, packet_counts *ld, const union wtap_pseudo_header *pseudo_header);
+gboolean capture_vines(const guchar *pd, int offset, int len, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header);
#endif /* packet-vines.h */