Fix in https://www.hostedredmine.com/issues/745593 for json protocol assumes that DIO_PUT() -wrapped functions return an int (0 for success, -1 for failure). As raw protocol functions do not do that, raw protocol does not compile with that patch.
This patch is about changing return type of those raw protocol dio_put_*() functions to int.
Fix in https://www.hostedredmine.com/issues/745593 for json protocol assumes that DIO_PUT() -wrapped functions return an int (0 for success, -1 for failure). As raw protocol functions do not do that, raw protocol does not compile with that patch.
This patch is about changing return type of those raw protocol dio_put_*() functions to int.