diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-07 18:40:27 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-07 18:40:27 +0000 |
commit | 34290e964d561ec00760797c1d01a361290c7d93 (patch) | |
tree | 1b777c2241632850aaf99f6880e65740e1eeb5d4 /lib/libc/crypt | |
parent | 1b7e045cbfcffa87d97ebc89d7c4a29a5befd460 (diff) |
Document where the prototypes are.
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index e08f6595e2e..794431c8097 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.2 1996/06/03 22:20:34 niklas Exp $ +.\" $OpenBSD: crypt.3,v 1.3 1996/08/07 18:40:26 downsj Exp $ .\" .\" FreeSec: libcrypt .\" @@ -42,6 +42,7 @@ .Nm des_cipher , .Nd DES encryption .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft char .Fn *crypt "const char *key" "const char *setting" .Ft int |