new prototypes
diff --git a/include/auth.h b/include/auth.h
index 81b08cc..d03d260 100644
--- a/include/auth.h
+++ b/include/auth.h
@@ -152,6 +152,11 @@
 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