⛏️ index : haiku.git

/*
 * EncryptionUtils.h
 * Copyright (C) 2019 Adrien Destugues <pulkomandy@pulkomandy.tk>
 *
 * Distributed under terms of the MIT license.
 */

#ifndef ENCRYPTIONUTILS_H
#define ENCRYPTIONUTILS_H


const char* EncryptionType(const char* path);


#endif /* !ENCRYPTIONUTILS_H */