application/config.h

changeset 65
48f43130b4a2
parent 60
ee4e4742391e
equal deleted inserted replaced
64:98d0e2516f4e 65:48f43130b4a2
60 void free_config(void); 60 void free_config(void);
61 61
62 cxmutstr load_key_file(const char *filename); 62 cxmutstr load_key_file(const char *filename);
63 63
64 PwdStore* get_pwdstore(void); 64 PwdStore* get_pwdstore(void);
65 void set_pwdstore(PwdStore *newstore);
65 int pwdstore_save(PwdStore *pwdstore); 66 int pwdstore_save(PwdStore *pwdstore);
66 67
67 68
68 int get_stored_credentials(char *credid, char **user, char **password); 69 int get_stored_credentials(char *credid, char **user, char **password);
69 int get_location_credentials(DavCfgRepository *repo, const char *path, char **user, char **password); 70 int get_location_credentials(DavCfgRepository *repo, const char *path, char **user, char **password);

mercurial