summaryrefslogtreecommitdiff
path: root/src/libudev/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/log.h')
-rw-r--r--src/libudev/log.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libudev/log.h b/src/libudev/log.h
index fde84724e8..fab0100b6a 100644
--- a/src/libudev/log.h
+++ b/src/libudev/log.h
@@ -45,9 +45,6 @@ typedef enum LogTarget{
void log_set_target(LogTarget target);
void log_set_max_level(int level);
-void log_show_color(bool b);
-void log_show_location(bool b);
-
int log_open(void);
void log_close(void);
@@ -71,16 +68,6 @@ int log_metav(
const char *format,
va_list ap) _printf_attr_(5,0);
-int log_metav_object(
- int level,
- const char*file,
- int line,
- const char *func,
- const char *object_name,
- const char *object,
- const char *format,
- va_list ap) _printf_attr_(7,0);
-
int log_oom_internal(
const char *file,
int line,