diff options
| author | Brian Feldman <green@FreeBSD.org> | 2000-08-22 02:15:54 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2000-08-22 02:15:54 +0000 |
| commit | 04c9749ff0148ec8f73b150cec8bc2c094a5d31a (patch) | |
| tree | 0e9201a5f7d9e94555840387b995398a7ec01881 /include | |
| parent | ac951e620cc55ee670773dc255e082f89c076eab (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 45679e516f79..274c98d9b7d5 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -120,6 +120,8 @@ char *brk __P((const char *)); int chroot __P((const char *)); size_t confstr __P((int, char *, size_t)); char *crypt __P((const char *, const char *)); +const char *crypt_get_format __P((void)); +int crypt_set_format __P((const char *)); int des_cipher __P((const char *, char *, long, int)); int des_setkey __P((const char *key)); int encrypt __P((char *, int)); |
