xref: /haiku/src/apps/drivesetup/EncryptionUtils.h (revision 1f52c921e27aa442370e1bd4adc021acf2b78b64)
1 /*
2  * EncryptionUtils.h
3  * Copyright (C) 2019 Adrien Destugues <pulkomandy@pulkomandy.tk>
4  *
5  * Distributed under terms of the MIT license.
6  */
7 
8 #ifndef ENCRYPTIONUTILS_H
9 #define ENCRYPTIONUTILS_H
10 
11 
12 const char* EncryptionType(const char* path);
13 
14 
15 #endif /* !ENCRYPTIONUTILS_H */
16