libidav/utils.h

changeset 611
a7c48e0dca88
parent 578
bb1e60fada74
child 673
8e7e56cfc103
equal deleted inserted replaced
610:aa3baf1dd81b 611:a7c48e0dca88
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 int util_path_isabsolut(const char *path);
81
80 char* util_path_normalize(const char *path); 82 char* util_path_normalize(const char *path);
81 char* util_create_relative_path(const char *abspath, const char *base); 83 char* util_create_relative_path(const char *abspath, const char *base);
82 84
83 void util_capture_header(CURL *handle, UcxMap* map); 85 void util_capture_header(CURL *handle, UcxMap* map);
84 86

mercurial