xref: /haiku/src/apps/drivesetup/EncryptionUtils.h (revision 1a3518cf757c2da8006753f83962da5935bbc82b)
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