about summary refs log tree commit diff stats
path: root/src/log.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-11 11:18:24 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-11 11:18:24 +0100
commit57666bcb77f0c6aa26cd8647572a0f8349e335c5 (patch)
treebe45815f9f496b54f44bbb6062ab6ee292c8d56f /src/log.h
parent47a447bf73f508d4984dad283f6650aa8cb3f8a5 (diff)
downloadprofani-tty-57666bcb77f0c6aa26cd8647572a0f8349e335c5.tar.gz
Remove log_reinit()
Not needed anymore.
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/log.h b/src/log.h
index ae3d5c6b..00e40fb6 100644
--- a/src/log.h
+++ b/src/log.h
@@ -56,7 +56,6 @@ typedef enum {
 void log_init(log_level_t filter, char* log_file);
 log_level_t log_get_filter(void);
 void log_close(void);
-void log_reinit(void);
 const char* get_log_file_location(void);
 void log_debug(const char* const msg, ...);
 void log_info(const char* const msg, ...);