master/mailbox.h
branchstable-1.5
changeset 2488 c0b4c64fcebd
parent 1907 dd276ae226b4
--- a/master/mailbox.h	Thu Dec 06 18:43:56 2012 +0100
+++ b/master/mailbox.h	Fri Dec 07 19:51:55 2012 +0100
@@ -52,7 +52,7 @@
 int      ec_slave_mbox_prepare_check(const ec_slave_t *, ec_datagram_t *);
 int      ec_slave_mbox_check(const ec_datagram_t *);
 int      ec_slave_mbox_prepare_fetch(const ec_slave_t *, ec_datagram_t *);
-uint8_t *ec_slave_mbox_fetch(const ec_slave_t *, ec_datagram_t *,
+uint8_t *ec_slave_mbox_fetch(const ec_slave_t *, const ec_datagram_t *,
                              uint8_t *, size_t *);
 
 /*****************************************************************************/