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