1.1 --- a/librazor/razor.h.in Tue Jul 05 09:40:01 2016 +0100
1.2 +++ b/librazor/razor.h.in Thu Jul 07 15:18:02 2016 +0100
1.3 @@ -192,11 +192,11 @@
1.4 /**
1.5 * razor_atomic_make_dirs
1.6 *
1.7 - * Create all sub-directories leading up to path. We know root exists
1.8 - * and is a dir, root does not end in a '/', and path either has a
1.9 - * leading '/' or (on MS-Windows only) root is the empty string
1.10 - * and path starts with drive (eg., "c:/windows").
1.11 - * Note: path itself is not created, only the directory in which it
1.12 + * Create all sub-directories leading up to uri. We know root_uri exists
1.13 + * and is a dir, root_uri does not end in a '/', and uri either has a
1.14 + * leading '/' or (on MS-Windows only) root_uri is the empty string
1.15 + * and uri starts with drive (eg., "c:/windows").
1.16 + * Note: uri itself is not created, only the directory in which it
1.17 * (would) exist.
1.18 *
1.19 * Returns: non-zero on error.
1.20 @@ -301,7 +301,7 @@
1.21 int
1.22 razor_package_remove(struct razor_set *prev, struct razor_set *next,
1.23 struct razor_atomic *atomic, struct razor_package *package,
1.24 - const char *root, int install_count,
1.25 + const char *root_uri, int install_count,
1.26 enum razor_stage_type stage);
1.27
1.28 /**