summaryrefslogtreecommitdiffstats
path: root/include/auth.h
diff options
context:
space:
mode:
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