diff -r f746f601c35c -r 62cc92445234 libidav/utils.h --- a/libidav/utils.h Tue Apr 16 11:46:53 2019 +0200 +++ b/libidav/utils.h Sat Apr 20 12:31:08 2019 +0200 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 2018 Olaf Wintermann. All rights reserved. + * Copyright 2019 Olaf Wintermann. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -78,6 +78,7 @@ int util_path_isrelated(const char *path1, const char *path2); char* util_path_normalize(const char *path); +char* util_create_relative_path(const char *abspath, const char *base); void util_capture_header(CURL *handle, UcxMap* map);