| commit | ce2a378d46c0bcd00ec08b9bc4ad861c8aa28a2f | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Thu Feb 10 16:08:16 2005 +0000 |
| committer | rsc <devnull@localhost> | Thu Feb 10 16:08:16 2005 +0000 |
| tree | ea6720efcec86fa746ecbcb11f1461bbb4f4726e | |
| parent | 74a69210695acc71f865a811865fb528b68343f3 [diff] [blame] |
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