]> code.citadel.org Git - citadel.git/blob - citadel/client_passwords.h
* file_ops.c: fixed bug in cmd_read() which could cause server to report
[citadel.git] / citadel / client_passwords.h
1 /* 
2  * $Id$
3  *
4  */
5
6 void determine_pwfilename(char *);
7 void get_stored_password(
8                 char *host,
9                 char *port,
10                 char *username,
11                 char *password);
12 void set_stored_password(
13                 char *host,
14                 char *port,
15                 char *username,
16                 char *password);
17 void offer_to_remember_password(
18                 char *host,
19                 char *port,
20                 char *username,
21                 char *password);