diff -r 6ba4c0f3c9d1 -r c3722fff46c7 librazor/razor.h.in --- a/librazor/razor.h.in Tue Jul 05 09:40:01 2016 +0100 +++ b/librazor/razor.h.in Fri Jul 08 15:54:09 2016 +0100 @@ -192,11 +192,11 @@ /** * razor_atomic_make_dirs * - * Create all sub-directories leading up to path. We know root exists - * and is a dir, root does not end in a '/', and path either has a - * leading '/' or (on MS-Windows only) root is the empty string - * and path starts with drive (eg., "c:/windows"). - * Note: path itself is not created, only the directory in which it + * Create all sub-directories leading up to uri. We know root_uri exists + * and is a dir, root_uri does not end in a '/', and uri either has a + * leading '/' or (on MS-Windows only) root_uri is the empty string + * and uri starts with drive (eg., "c:/windows"). + * Note: uri itself is not created, only the directory in which it * (would) exist. * * Returns: non-zero on error. @@ -301,7 +301,7 @@ int razor_package_remove(struct razor_set *prev, struct razor_set *next, struct razor_atomic *atomic, struct razor_package *package, - const char *root, int install_count, + const char *root_uri, int install_count, enum razor_stage_type stage); /**