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