new prototypes
This commit is contained in:
parent
74a6921069
commit
ce2a378d46
4 changed files with 20 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue