This commit is contained in:
Russ Cox
2005-11-07 17:43:17 +00:00
parent ad9a404582
commit 64b62a3fd4
4 changed files with 13 additions and 23 deletions

View File

@@ -2,7 +2,7 @@ extern int havesecstore(char *addr, char *owner);
extern char *secstore;
extern char secstorebuf[65536];
extern char *secstorefetch(char *addr, char *owner, char *passwd);
extern char *authaddr;
extern char *authserver;
extern char *readcons(char *prompt, char *def, int secret);
extern int exportfs(int, int);
extern char *user;