diff options
| -rw-r--r-- | src/util.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -void p_fatal(const char* m); +void p_fatal(const char*); +void p_error(const char*); |
![]() |
index : lullaby.git | |
| broad lua library primarily for networking, cryptography, and multithreading | System user; root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | src/util.h | 3 |
@@ -16,4 +16,5 @@ #define color_white "\e[97m" #define color_reset "\e[0m" -void p_fatal(const char* m); +void p_fatal(const char*); +void p_error(const char*); |