summaryrefslogtreecommitdiffstats
path: root/doc/implement
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-31 21:55:20 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-31 21:55:20 +0000
commit26834dfd3b89186d881ef3a5f04e7135db0512dd (patch)
treefb1c038ffca6c313ebd7c1663d5425bbc87832d9 /doc/implement
parent215d9a6745d8caf70b889b493d354e804f4729a5 (diff)
downloadkrb5-26834dfd3b89186d881ef3a5f04e7135db0512dd.tar.gz
krb5-26834dfd3b89186d881ef3a5f04e7135db0512dd.tar.xz
krb5-26834dfd3b89186d881ef3a5f04e7135db0512dd.zip
updated for new macro calling convention
fix some prose git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@976 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
-rw-r--r--doc/implement/crc-32-i.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/implement/crc-32-i.tex b/doc/implement/crc-32-i.tex
index 66d81566fc..c5d07a33d4 100644
--- a/doc/implement/crc-32-i.tex
+++ b/doc/implement/crc-32-i.tex
@@ -1,8 +1,8 @@
The \libname{libcrc32.a} library provides an implementation of the
CRC-32 checksum algorithm which conforms to the interface required by
-the Kerberos library
+the Kerberos library.
-\begin{funcdecl}[crc32_sum_func]{static krb5_error_code}{\funcin}
+\begin{funcdecl}{crc32_sum_func}{static krb5_error_code}{\funcin}
\funcarg{krb5_pointer}{in}
\funcarg{size_t}{in_length}
\funcarg{krb5_pointer}{seed}
@@ -13,7 +13,8 @@ the Kerberos library
This routine computes a CRC-32 checksum over \funcparam{in_length} bytes
at \funcparam{in}, and places the resulting value into
-\funcparam{outcksum{\ptsto}contents}.
+\funcparam{outcksum{\ptsto}contents}. \funcparam{seed} is ignored.
\funcparam{outcksum{\ptsto}contents} must be set by the caller to point
to at least 4 bytes of storage.
+