diff -r 57a359c52617 -r 44ebbb4c8a13 application/config.h --- a/application/config.h Thu Nov 14 22:28:36 2024 +0100 +++ b/application/config.h Thu Nov 14 23:22:35 2024 +0100 @@ -66,8 +66,8 @@ int pwdstore_save(PwdStore *pwdstore); -int get_stored_credentials(char *credid, char **user, char **password); -int get_location_credentials(DavCfgRepository *repo, const char *path, char **user, char **password); +int get_stored_credentials(const char *credid, char **user, char **password); +const char* get_location_credentials(DavCfgRepository *repo, const char *path); #ifdef __cplusplus