From 14ca899ff86499553bcc50802b0ba3eb9f695426 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 17 Oct 2022 16:49:05 +0200 Subject: [PATCH] added missing comments --- include/flags.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/flags.h b/include/flags.h index bc9c02b..33bdee3 100644 --- a/include/flags.h +++ b/include/flags.h @@ -32,8 +32,8 @@ const enum EXIT_CODES //exit codes you fucking idiot #define UNUSED __attribute__((unused)) //SAME COMMENT AS DEPRECATED'S //TYPES -typedef char boolean; -typedef int (*encryptionOperation_type_cb)(int, int); +typedef char boolean; //READ THE NAME OR I WILL FIND YOU AND FUCK YOUR MOTHERFUCKING DOG!!! +typedef int (*encryptionOperation_type_cb)(int, int); //TYPE FOR encryptionOperation CALLBACK typedef struct { boolean noCheck; //BOOLEAN FOR SKIPPING VERSION CHECK