mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add secstore
This commit is contained in:
parent
7a130107ee
commit
3889d01d4b
1 changed files with 3 additions and 2 deletions
|
@ -208,8 +208,6 @@ extern int memrandom(void*, int);
|
|||
|
||||
extern Proto* protolookup(char*);
|
||||
|
||||
extern char* readcons(char *prompt, char *def, int raw);
|
||||
|
||||
extern int rpcwrite(Conv*, void*, int);
|
||||
extern void rpcrespond(Conv*, char*, ...);
|
||||
/* #pragma varargck argpos rpcrespond 2 */
|
||||
|
@ -222,3 +220,6 @@ extern int xiodial(char*, char*, char*, int*);
|
|||
extern int xiowrite(int, void*, int);
|
||||
extern int xioasrdresp(int, void*, int);
|
||||
extern int xioasgetticket(int, char*, char*);
|
||||
|
||||
int havesecstore(void);
|
||||
int secstorefetch(void);
|
||||
|
|
Loading…
Reference in a new issue