Remove code I dont need

Signed-off-by: Aidan Hahn <aidan@aidanis.online>
This commit is contained in:
Aidan Hahn 2022-02-27 20:48:03 -08:00
parent 32cea23421
commit 7fafcd344d
No known key found for this signature in database
GPG key ID: 327711E983899316

9
alog.h
View file

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