created decryptLogger function

This commit is contained in:
Václav Šmejkal 2022-12-11 14:51:36 +01:00
parent f26945a841
commit 8263a17a20
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -22,5 +22,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/logger/flags.h>
void deallocateLogger(logFile logger); //USE THIS IF YOU WANT TO DEALLOCATE FILE POINTER RETURNED BY logger'S initLogger
void decryptLogger(logFile logger, logFlags flags);
#endif