summaryrefslogtreecommitdiffstats
path: root/src/cmd/secstore/secstore.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 19:39:51 +0000
committerrsc <devnull@localhost>2005-02-11 19:39:51 +0000
commit096ff3e14a188992d2dfe59c7fd3f5d6da791331 (patch)
tree7d570f58a3e398c7f04c04a34bd330aaf077ee45 /src/cmd/secstore/secstore.h
parentd93fca6a7ab52f518d3e8aca1fc94139313b97ad (diff)
downloadplan9port-096ff3e14a188992d2dfe59c7fd3f5d6da791331.tar.gz
plan9port-096ff3e14a188992d2dfe59c7fd3f5d6da791331.zip
add secstored; use readcons
Diffstat (limited to 'src/cmd/secstore/secstore.h')
-rw-r--r--src/cmd/secstore/secstore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cmd/secstore/secstore.h b/src/cmd/secstore/secstore.h
index 1d6d6d34..dbd2ec9c 100644
--- a/src/cmd/secstore/secstore.h
+++ b/src/cmd/secstore/secstore.h
@@ -17,7 +17,6 @@ typedef struct PW {
PW *getPW(char *, int);
int putPW(PW *);
void freePW(PW *);
-char* getpassm(const char*);
// *client: SConn, client name, passphrase
// *server: SConn, (partial) 1st msg, PW entry
@@ -27,4 +26,6 @@ int PAKserver(SConn *, char *, char *, PW **);
char *PAK_Hi(char *, char *, mpint *, mpint *);
#define LOG "secstore"
-#define SECSTORE_DIR "/adm/secstore"
+
+extern char *SECSTORE_DIR;
+