diff -r 33b993f5ade8 -r 685c267d80d8 master/mailbox.h --- a/master/mailbox.h Wed Oct 11 12:35:10 2006 +0000 +++ b/master/mailbox.h Thu Oct 12 13:49:01 2006 +0000 @@ -51,7 +51,7 @@ 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, size_t *); + uint8_t *, size_t *); /*****************************************************************************/