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