Browse Source

type decl error

OPENBSD_2_7
deraadt 25 years ago
parent
commit
259d162278
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/crypt/crypt.3

+ 3
- 3
src/lib/libc/crypt/crypt.3 View File

@ -1,4 +1,4 @@
.\" $OpenBSD: crypt.3,v 1.16 2000/04/18 02:31:34 aaron Exp $
.\" $OpenBSD: crypt.3,v 1.17 2000/04/28 07:00:19 deraadt Exp $
.\" .\"
.\" FreeSec: libcrypt .\" FreeSec: libcrypt
.\" .\"
@ -43,8 +43,8 @@
.Nd DES encryption .Nd DES encryption
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <unistd.h> .Fd #include <unistd.h>
.Ft char
.Fn *crypt "const char *key" "const char *setting"
.Ft char *
.Fn crypt "const char *key" "const char *setting"
.Ft int .Ft int
.Fn setkey "char *key" .Fn setkey "char *key"
.Ft int .Ft int


Loading…
Cancel
Save