Added comment for buffer-size argument in md5-digest-for-port

This commit is contained in:
mainzelm 2002-12-19 11:21:47 +00:00
parent e2557c7200
commit 5072aa0441
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ C library written by Colin Plum.
\defun{md5-digest-for-port}{port [buffer-size]}{md5-digest}
\begin{desc}
Reads the contents of the port and calculates the MD5 digest for it.
The optional argument \var{buffer-size} determines the size of the
port's input buffer in bytes. It defaults to 1024 bytes.
\end{desc}
\defun{md5-digest?}{thing}{boolean}