1945ff07c7999b0531308f62bbdcef96b12b1b4d
[citadel.git] / citadel / client_passwords.h
1 void determine_pwfilename(char *);
2 void get_stored_password(
3                 char *host,
4                 char *port,
5                 char *username,
6                 char *password);
7 void set_stored_password(
8                 char *host,
9                 char *port,
10                 char *username,
11                 char *password);
12 void offer_to_remember_password(
13                 char *host,
14                 char *port,
15                 char *username,
16                 char *password);