libidav/utils.h

changeset 575
f746f601c35c
parent 545
268157722a0e
child 576
62cc92445234
equal deleted inserted replaced
574:c36eddf167a8 575:f746f601c35c
75 /* 75 /*
76 * returns true if path1 and path2 are equal or if path2 is a child of path1 76 * returns true if path1 and path2 are equal or if path2 is a child of path1
77 */ 77 */
78 int util_path_isrelated(const char *path1, const char *path2); 78 int util_path_isrelated(const char *path1, const char *path2);
79 79
80 char* util_path_normalize(const char *path);
81
80 void util_capture_header(CURL *handle, UcxMap* map); 82 void util_capture_header(CURL *handle, UcxMap* map);
81 83
82 char* util_path_to_url(DavSession *sn, char *path); 84 char* util_path_to_url(DavSession *sn, char *path);
83 char* util_parent_path(char *path); 85 char* util_parent_path(char *path);
84 86

mercurial