chiark / gitweb /
logind: log with AUTH facility
[elogind.git] / src / log.h
index 5c6310ef149b4799ea1e2fbd9551a654207d664e..3283808ff88cbdc3c201d06a96693e598cc4c94b 100644 (file)
--- a/src/log.h
+++ b/src/log.h
@@ -43,6 +43,7 @@ typedef enum LogTarget{
 
 void log_set_target(LogTarget target);
 void log_set_max_level(int level);
+void log_set_facility(int facility);
 
 int log_set_target_from_string(const char *e);
 int log_set_max_level_from_string(const char *e);