X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flog.h;fp=src%2Flog.h;h=3283808ff88cbdc3c201d06a96693e598cc4c94b;hb=3eff4208ffecedd778fec260f0d4b18e94dab443;hp=5c6310ef149b4799ea1e2fbd9551a654207d664e;hpb=3338b9595b69a4a6de43bbd0f49b941eba7f6b0e;p=elogind.git diff --git a/src/log.h b/src/log.h index 5c6310ef1..3283808ff 100644 --- 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);