diff options
Diffstat (limited to 'libsha2_unmarshal.3')
-rw-r--r-- | libsha2_unmarshal.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsha2_unmarshal.3 b/libsha2_unmarshal.3 index 52fa2d4..3707cc8 100644 --- a/libsha2_unmarshal.3 +++ b/libsha2_unmarshal.3 @@ -5,7 +5,7 @@ libsha2_unmarshal \- Unmarshal a SHA 2 hashing state .nf #include <libsha2.h> -size_t libsha2_unmarshal(struct libsha2_state *restrict \fIstate\fP, const char *restrict \fIbuf\fP, size_t \fIbufsize\fP); +size_t libsha2_unmarshal(struct libsha2_state *restrict \fIstate\fP, const void *restrict \fIbuf\fP, size_t \fIbufsize\fP); .fi .PP Link with |