created logFile typedef
This commit is contained in:
parent
5681a17a5e
commit
ca80df8c11
@ -39,4 +39,11 @@ const enum RETURN_CODES //exit codes you fucking idiot (2#)
|
|||||||
|
|
||||||
#define MAX_USAGE 0xfff //LOOK AT LOG_FORMAT
|
#define MAX_USAGE 0xfff //LOOK AT LOG_FORMAT
|
||||||
|
|
||||||
|
//TYPES
|
||||||
|
typedef struct
|
||||||
|
{
|
||||||
|
int file;
|
||||||
|
char *fileName;
|
||||||
|
} logFile;
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
x
Reference in New Issue
Block a user