diff -r fbdfaacc4182 -r f154867f54dc application/application.h --- a/application/application.h Sat Jan 27 17:50:19 2024 +0100 +++ b/application/application.h Sun Jan 28 16:31:34 2024 +0100 @@ -37,10 +37,13 @@ typedef struct DavApp { DavConfig *dav_config; + UiList* repos; } DavApp; +void application_init(void); + /* * startup callback for the ui framework */