Remove code I dont need
Signed-off-by: Aidan Hahn <aidan@aidanis.online>
This commit is contained in:
parent
32cea23421
commit
7fafcd344d
1 changed files with 0 additions and 9 deletions
9
alog.h
9
alog.h
|
|
@ -17,15 +17,6 @@
|
|||
#ifndef ALOG_H
|
||||
#define ALOG_H
|
||||
|
||||
// gimmie booleans
|
||||
#ifndef true
|
||||
#define true 1
|
||||
#endif
|
||||
|
||||
#ifndef false
|
||||
#define false 0
|
||||
#endif
|
||||
|
||||
struct _global_logging_state {
|
||||
// if set calls to alog will print to all fds in both err and out lists
|
||||
int broadcast_to_all_fds : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue