added missing comments

This commit is contained in:
Václav Šmejkal 2022-10-17 16:49:05 +02:00
parent 187f11ed65
commit 14ca899ff8
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -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