summaryrefslogtreecommitdiffstats
path: root/pimd/pim_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_util.h')
-rw-r--r--pimd/pim_util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h
index 0fcdce0c..5863d5f2 100644
--- a/pimd/pim_util.h
+++ b/pimd/pim_util.h
@@ -38,4 +38,6 @@ uint16_t igmp_msg_decode8to16(uint8_t code);
uint16_t pim_inet_checksum(const char *buf, int size);
#endif /* PIM_USE_QUAGGA_INET_CHECKSUM */
+void pim_pkt_dump(const char *label, const char *buf, int size);
+
#endif /* PIM_UTIL_H */