Define opaques crypt_device struct in local header.

This commit is contained in:
Milan Broz
2025-04-29 13:41:43 +02:00
parent f5bbc499d4
commit f29337aa9f

View File

@@ -13,6 +13,8 @@
#include <stdint.h>
#include <stdbool.h>
struct crypt_device;
const char *luksType(const char *type);
bool isLUKS1(const char *type);