X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2Futils_loop.h;h=c1f6356d5e710a490812919c1824a6aa73647415;hb=6497abd1df88001eb1f45f7348534911b33d05b5;hp=cc445d428d385a401d8c90ed76d7cae263eff460;hpb=f7fc3bb4e50cce23dd95111b246b6e034537e2cf;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/lib/utils_loop.h b/lib/utils_loop.h index cc445d4..c1f6356 100644 --- a/lib/utils_loop.h +++ b/lib/utils_loop.h @@ -1,8 +1,8 @@ /* * loopback block device utilities * - * Copyright (C) 2009-2021 Red Hat, Inc. All rights reserved. - * Copyright (C) 2009-2021 Milan Broz + * Copyright (C) 2009-2023 Red Hat, Inc. All rights reserved. + * Copyright (C) 2009-2023 Milan Broz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -27,7 +27,7 @@ char *crypt_loop_backing_file(const char *loop); int crypt_loop_device(const char *loop); int crypt_loop_attach(char **loop, const char *file, int offset, - int autoclear, int *readonly); + int autoclear, int *readonly, size_t blocksize); int crypt_loop_detach(const char *loop); int crypt_loop_resize(const char *loop);