application/application.h

changeset 3
f154867f54dc
parent 2
fbdfaacc4182
child 6
09ac07345656
equal deleted inserted replaced
2:fbdfaacc4182 3:f154867f54dc
35 #include <libidav/config.h> 35 #include <libidav/config.h>
36 36
37 37
38 typedef struct DavApp { 38 typedef struct DavApp {
39 DavConfig *dav_config; 39 DavConfig *dav_config;
40 UiList* repos;
40 41
41 } DavApp; 42 } DavApp;
42 43
44
45 void application_init(void);
43 46
44 /* 47 /*
45 * startup callback for the ui framework 48 * startup callback for the ui framework
46 */ 49 */
47 void application_startup(UiEvent* event, void* data); 50 void application_startup(UiEvent* event, void* data);

mercurial