plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit afe82ee607f935fbd1e0d770a68f82291e1e2635
parent 18443075fbc9f63d791815ffba20656bbe9f102e
Author: rsc <devnull@localhost>
Date:   Tue,  8 Feb 2005 21:03:48 +0000

add crypt

Diffstat:
Minclude/libc.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/libc.h b/include/libc.h @@ -360,6 +360,8 @@ extern long p9atol(char*); extern vlong p9atoll(char*); extern double fmtcharstod(int(*)(void*), void*); extern char* cleanname(char*); +extern int p9decrypt(void*, void*, int); +extern int p9encrypt(void*, void*, int); extern int dec64(uchar*, int, char*, int); extern int enc64(char*, int, uchar*, int); extern int dec32(uchar*, int, char*, int);