diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-30 22:53:08 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-30 22:53:08 -0400 |
commit | 57a33b0e84d7977ed531982604236ccb9daa9495 (patch) | |
tree | 9324f4c58218287c5215bcc23b178375d7e27ac3 /xdr_internal.h | |
parent | 3ed08b68d4d4bd51d85334aa1a21690737b95cfe (diff) | |
parent | 3ba7ca4155c7be439108b174a3b49a508923d378 (diff) |
Merge branch 'master' into macosx.
Diffstat (limited to 'xdr_internal.h')
-rw-r--r-- | xdr_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xdr_internal.h b/xdr_internal.h index 921b991..9d02fd3 100644 --- a/xdr_internal.h +++ b/xdr_internal.h @@ -47,6 +47,8 @@ hal_error_t hal_xdr_decode_int(const uint8_t ** const inbuf, const uint8_t * const limit, uint32_t * const value); +hal_error_t hal_xdr_undecode_int(const uint8_t ** const inbuf); + hal_error_t hal_xdr_encode_buffer(uint8_t ** const outbuf, const uint8_t * const limit, const uint8_t * const value, |