]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/crypt-util.h
catalog: update Polish translation
[thirdparty/systemd.git] / src / shared / crypt-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #if HAVE_LIBCRYPTSETUP
5 #include <libcryptsetup.h>
6
7 #include "macro.h"
8
9 DEFINE_TRIVIAL_CLEANUP_FUNC(struct crypt_device *, crypt_free);
10
11 void cryptsetup_log_glue(int level, const char *msg, void *usrptr);
12 #endif