]> code.citadel.org Git - citadel.git/blob - citadel/client_passwords.h
* Repaired the "remember username/password" functionality of the client
[citadel.git] / citadel / client_passwords.h
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);