diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/olm/ratchet.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/olm/ratchet.hh b/include/olm/ratchet.hh index aaa3579..13f7097 100644 --- a/include/olm/ratchet.hh +++ b/include/olm/ratchet.hh @@ -169,7 +169,8 @@ std::uint8_t * pickle( std::uint8_t const * unpickle( std::uint8_t const * pos, std::uint8_t const * end, - Ratchet & value + Ratchet & value, + bool includes_chain_index ); |