summaryrefslogtreecommitdiff
path: root/src/irmd/oap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/oap.h')
-rw-r--r--src/irmd/oap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/irmd/oap.h b/src/irmd/oap.h
index 460a89de..ccdfa804 100644
--- a/src/irmd/oap.h
+++ b/src/irmd/oap.h
@@ -85,4 +85,10 @@ void oap_hdr_fini(struct oap_hdr * oap_hdr);
int oap_hdr_decode(buffer_t hdr,
struct oap_hdr * oap_hdr);
+#ifdef DEBUG_PROTO_OAP
+void debug_oap_hdr_snd(const struct oap_hdr * hdr);
+
+void debug_oap_hdr_rcv(const struct oap_hdr * hdr);
+#endif /* DEBUG_PROTO_OAP */
+
#endif /* OUROBOROS_IRMD_OAP_H */