diff -r ede7885491b1 -r 4466ebbd9fd5 application/settings.h --- a/application/settings.h Tue Oct 29 19:07:11 2024 +0100 +++ b/application/settings.h Tue Oct 29 20:30:00 2024 +0100 @@ -136,6 +136,17 @@ DavBool add_to_repo; } SettingsNewKeyDialog; + +typedef struct SettingsNewCredentialsDialog { + SettingsWindow *settings; + + UiString *id; + UiString *user; + UiString *password; + UiInteger *addlocation; + UiString *message; + char *url; +} SettingsNewCredentialsDialog; void settings_window_open();