repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Set all version numbers to 7.41 for upcoming beta.
[citadel.git]
/
citadel
/
client_passwords.h
blob
4885791c69e38ab332279e59f14a38da7a498097
1
/*
2
* $Id$
3
*
4
*/
5
6
7
void
determine_pwfilename
(
char
*
pwfile
,
size_t
n
);
8
void
get_stored_password
(
9
char
*
host
,
10
char
*
port
,
11
char
*
username
,
12
char
*
password
);
13
void
set_stored_password
(
14
char
*
host
,
15
char
*
port
,
16
char
*
username
,
17
char
*
password
);
18
void
offer_to_remember_password
(
CtdlIPC
*
ipc
,
19
char
*
host
,
20
char
*
port
,
21
char
*
username
,
22
char
*
password
);