libidav/webdav.c

changeset 587
3c917df041b8
parent 525
26a1d5b9d9d2
child 607
5dc7fe41e8f8
equal deleted inserted replaced
586:b45719a52ea6 587:3c917df041b8
39 #include "ucx/utils.h" 39 #include "ucx/utils.h"
40 #include "davqlparser.h" 40 #include "davqlparser.h"
41 #include "davqlexec.h" 41 #include "davqlexec.h"
42 42
43 43
44 DavContext* dav_context_new() { 44 DavContext* dav_context_new(void) {
45 // initialize 45 // initialize
46 DavContext *context = calloc(1, sizeof(DavContext)); 46 DavContext *context = calloc(1, sizeof(DavContext));
47 if(!context) { 47 if(!context) {
48 return NULL; 48 return NULL;
49 } 49 }

mercurial