64 PwdStore* get_pwdstore(void); |
64 PwdStore* get_pwdstore(void); |
65 void set_pwdstore(PwdStore *newstore); |
65 void set_pwdstore(PwdStore *newstore); |
66 int pwdstore_save(PwdStore *pwdstore); |
66 int pwdstore_save(PwdStore *pwdstore); |
67 |
67 |
68 |
68 |
69 int get_stored_credentials(char *credid, char **user, char **password); |
69 int get_stored_credentials(const char *credid, char **user, char **password); |
70 int get_location_credentials(DavCfgRepository *repo, const char *path, char **user, char **password); |
70 const char* get_location_credentials(DavCfgRepository *repo, const char *path); |
71 |
71 |
72 |
72 |
73 #ifdef __cplusplus |
73 #ifdef __cplusplus |
74 } |
74 } |
75 #endif |
75 #endif |