application/application.h

changeset 10
f8dfc5705516
parent 8
726b24766437
child 14
872d570ae843
equal deleted inserted replaced
9:0676408f50ad 10:f8dfc5705516
53 typedef struct DavBrowser { 53 typedef struct DavBrowser {
54 UiContext *ctx; 54 UiContext *ctx;
55 DavSession *sn; 55 DavSession *sn;
56 UiThreadpool *dav_queue; 56 UiThreadpool *dav_queue;
57 57
58 DavCfgRepository *repository; 58 char *repo_base;
59 59
60 DavResource *current; 60 DavResource *current;
61 61
62 /* 62 /*
63 * path textfield value 63 * path textfield value

mercurial