aboutsummaryrefslogtreecommitdiff
path: root/include/auth.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-10 16:08:16 +0000
committerrsc <devnull@localhost>2005-02-10 16:08:16 +0000
commitce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f (patch)
treeea6720efcec86fa746ecbcb11f1461bbb4f4726e /include/auth.h
parent74a69210695acc71f865a811865fb528b68343f3 (diff)
downloadplan9port-ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f.tar.gz
plan9port-ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f.tar.bz2
plan9port-ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f.zip
new prototypes
Diffstat (limited to 'include/auth.h')
-rw-r--r--include/auth.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/auth.h b/include/auth.h
index 81b08cc0..d03d2607 100644
--- a/include/auth.h
+++ b/include/auth.h
@@ -152,6 +152,11 @@ extern Attr* auth_attr(AuthRpc *rpc);
extern void auth_freerpc(AuthRpc *rpc);
extern uint auth_rpc(AuthRpc *rpc, char *verb, void *a, int n);
extern int auth_wep(char*, char*, ...);
+
+extern struct CFsys* fsamount(int fd, char *aname);
+extern struct CFsys* nsamount(char *name, char *aname);
+
+
/*
#pragma varargck argpos auth_proxy 3
#pragma varargck argpos auth_challenge 1