mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 03:40:05 +01:00
Define opaques crypt_device struct in local header.
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
|
struct crypt_device;
|
||||||
|
|
||||||
const char *luksType(const char *type);
|
const char *luksType(const char *type);
|
||||||
|
|
||||||
bool isLUKS1(const char *type);
|
bool isLUKS1(const char *type);
|
||||||
|
|||||||
Reference in New Issue
Block a user