* Set all version numbers to 7.41 for upcoming beta.
[citadel.git] / citadel / client_passwords.h
blob4885791c69e38ab332279e59f14a38da7a498097
1 /*
2 * $Id$
4 */
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);