added missing comments
This commit is contained in:
parent
187f11ed65
commit
14ca899ff8
@ -32,8 +32,8 @@ const enum EXIT_CODES //exit codes you fucking idiot
|
|||||||
#define UNUSED __attribute__((unused)) //SAME COMMENT AS DEPRECATED'S
|
#define UNUSED __attribute__((unused)) //SAME COMMENT AS DEPRECATED'S
|
||||||
|
|
||||||
//TYPES
|
//TYPES
|
||||||
typedef char boolean;
|
typedef char boolean; //READ THE NAME OR I WILL FIND YOU AND FUCK YOUR MOTHERFUCKING DOG!!!
|
||||||
typedef int (*encryptionOperation_type_cb)(int, int);
|
typedef int (*encryptionOperation_type_cb)(int, int); //TYPE FOR encryptionOperation CALLBACK
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
boolean noCheck; //BOOLEAN FOR SKIPPING VERSION CHECK
|
boolean noCheck; //BOOLEAN FOR SKIPPING VERSION CHECK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user