summaryrefslogtreecommitdiff
path: root/src/log.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-04-03 19:25:29 +0200
committerLennart Poettering <lennart@poettering.net>2012-04-03 19:26:02 +0200
commit3eff4208ffecedd778fec260f0d4b18e94dab443 (patch)
treeafe8f61c676da3d0ec26cf877f76d114683ba361 /src/log.h
parent3338b9595b69a4a6de43bbd0f49b941eba7f6b0e (diff)
logind: log with AUTH facility
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.h b/src/log.h
index 5c6310ef14..3283808ff8 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);