application/config.h

changeset 85
44ebbb4c8a13
parent 65
48f43130b4a2
equal deleted inserted replaced
84:57a359c52617 85:44ebbb4c8a13
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

mercurial