diff -r 9c25e2616bfa -r e324291ca9f8 application/window.h --- a/application/window.h Sun Oct 06 18:43:06 2024 +0200 +++ b/application/window.h Sun Oct 20 21:24:13 2024 +0200 @@ -38,7 +38,7 @@ #ifdef __cplusplus extern "C" { #endif - + /* * toplevel UiObject* window data */ @@ -55,6 +55,10 @@ void window_progress(MainWindow *win, int on); + +void dav_resourceviewer_new(DavBrowser *browser, const char *path, DavResourceViewType type); +void* resourceviewer_proplist_getvalue(DavPropertyList *property, int col); + void action_go_back(UiEvent *event, void *data); void action_go_forward(UiEvent *event, void *data);