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