chiark / gitweb /
main: run crash shell as subprocess, so that we can gdb pid 1
[elogind.git] / log.h
diff --git a/log.h b/log.h
index abea126b916e3a81b5c8c20e69bd799b2cdb25b9..f424c191fa30c99708fb7ab4efb1d9eadbdf9391 100644 (file)
--- a/log.h
+++ b/log.h
@@ -40,6 +40,9 @@ void log_set_max_level(int level);
 int log_set_target_from_string(const char *e);
 int log_set_max_level_from_string(const char *e);
 
+LogTarget log_get_target(void);
+int log_get_max_level(void);
+
 void log_close_kmsg(void);
 int log_open_kmsg(void);
 void log_close_syslog(void);