diff -r 1ce14068ef31 -r 294d5515583a application/window.h --- a/application/window.h Wed Oct 23 10:37:43 2024 +0200 +++ b/application/window.h Wed Oct 23 17:40:45 2024 +0200 @@ -59,6 +59,9 @@ void resourceviewer_new(DavBrowser *browser, const char *path, DavResourceViewType type); void* resourceviewer_proplist_getvalue(DavPropertyList *property, int col); + +void auth_dialog(SessionAuthData *auth); + void action_go_back(UiEvent *event, void *data); void action_go_forward(UiEvent *event, void *data);