aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-08 21:03:48 +0000
committerrsc <devnull@localhost>2005-02-08 21:03:48 +0000
commitafe82ee607f935fbd1e0d770a68f82291e1e2635 (patch)
treecc8c27fb02112fbf36dd5b258fcbe3328fcd69d6 /include
parent18443075fbc9f63d791815ffba20656bbe9f102e (diff)
downloadplan9port-afe82ee607f935fbd1e0d770a68f82291e1e2635.tar.gz
plan9port-afe82ee607f935fbd1e0d770a68f82291e1e2635.tar.bz2
plan9port-afe82ee607f935fbd1e0d770a68f82291e1e2635.zip
add crypt
Diffstat (limited to 'include')
-rw-r--r--include/libc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libc.h b/include/libc.h
index 6e1aa957..27757e72 100644
--- 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);