From 2323ca6c9ec3c8ee76b9acf13745b80b92952a6a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 18 Mar 2019 23:47:45 +0100 Subject: Add struct, import caching, binop ops etc --- include/std/log.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/std/log.h') diff --git a/include/std/log.h b/include/std/log.h index d13c5bf..cd376c6 100644 --- a/include/std/log.h +++ b/include/std/log.h @@ -8,6 +8,5 @@ void amal_log_debug(const char *fmt, ...); void amal_log_error(const char *fmt, ...); void amal_log_info(const char *fmt, ...); void amal_log_warning(const char *fmt, ...); -void amal_log_perror(const char *prefix); #endif -- cgit v1.2.3