new prototypes

This commit is contained in:
rsc 2005-02-10 16:08:16 +00:00
parent 74a6921069
commit ce2a378d46
4 changed files with 20 additions and 1 deletions

View file

@ -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