application/application.h

changeset 56
294d5515583a
parent 54
3ca3acefc66a
equal deleted inserted replaced
55:1ce14068ef31 56:294d5515583a
133 char *name; 133 char *name;
134 char *value_simplified; 134 char *value_simplified;
135 char *value_full; 135 char *value_full;
136 } DavPropertyList; 136 } DavPropertyList;
137 137
138 typedef struct SessionAuthData {
139 UiObject *obj;
140 UiCondVar *cond;
141 DavSession *sn;
142 char *user;
143 char *password;
144 } SessionAuthData;
145
146
138 void application_init(void); 147 void application_init(void);
139 148
140 /* 149 /*
141 * startup callback for the ui framework 150 * startup callback for the ui framework
142 */ 151 */

mercurial