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
12const char* EncryptionType(const char* path);
13
14
15#endif /* !ENCRYPTIONUTILS_H */
16