application/application.h

changeset 15
78684a24dc52
parent 14
872d570ae843
child 17
7cfd36aa005b
equal deleted inserted replaced
14:872d570ae843 15:78684a24dc52
31 31
32 #include <ui/ui.h> 32 #include <ui/ui.h>
33 33
34 #include <stdio.h> 34 #include <stdio.h>
35 #include <stdlib.h> 35 #include <stdlib.h>
36 #include <stdbool.h>
36 37
37 #include <libidav/webdav.h> 38 #include <libidav/webdav.h>
38 #include <libidav/config.h> 39 #include <libidav/config.h>
40
41 #include <cx/linked_list.h>
39 42
40 #ifdef __cplusplus 43 #ifdef __cplusplus
41 extern "C" { 44 extern "C" {
42 #endif 45 #endif
43 46
56 UiThreadpool *dav_queue; 59 UiThreadpool *dav_queue;
57 60
58 char *repo_base; 61 char *repo_base;
59 62
60 DavResource *current; 63 DavResource *current;
64
65 CxList *navigation_stack;
66 bool navstack_enabled;
67 int navstack_pos;
61 68
62 /* 69 /*
63 * path textfield value 70 * path textfield value
64 */ 71 */
65 UiString *path; 72 UiString *path;

mercurial