application/application.h

changeset 26
40d6af793c1a
parent 18
af411868ab9b
child 28
1ecc1183f046
equal deleted inserted replaced
25:915131bc3233 26:40d6af793c1a
60 60
61 char *repo_base; 61 char *repo_base;
62 62
63 DavResource *current; 63 DavResource *current;
64 64
65 /*
66 * incremented every time current is updated
67 */
68 uint64_t res_counter;
69
65 CxList *navigation_stack; 70 CxList *navigation_stack;
66 bool navstack_enabled; 71 bool navstack_enabled;
67 int navstack_pos; 72 int navstack_pos;
68 73
69 /* 74 /*
102 107
103 void action_repo_selected(UiEvent *event, void *data); 108 void action_repo_selected(UiEvent *event, void *data);
104 109
105 void action_upload_file(UiEvent *event, void *data); 110 void action_upload_file(UiEvent *event, void *data);
106 111
112 void action_delete(UiEvent *event, void *data);
113
107 #ifdef __cplusplus 114 #ifdef __cplusplus
108 } 115 }
109 #endif 116 #endif
110 117
111 #endif /* IDAV_APPLICATION_H */ 118 #endif /* IDAV_APPLICATION_H */

mercurial