diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-23 17:01:55 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-02-23 17:25:50 +0100 |
commit | efca5ca5599bbad982ac4f259047c7f07337951a (patch) | |
tree | 3d74fdfcf83418eb3bcfa131f7aec8d4b2031f94 /nslcd/log.h | |
parent | 22be9b0ba4b8ab3fbcd76bf5fce858779cc7056c (diff) |
handle the log configuration option in nslcd
Diffstat (limited to 'nslcd/log.h')
-rw-r--r-- | nslcd/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nslcd/log.h b/nslcd/log.h index 3cf8cb1..277daa7 100644 --- a/nslcd/log.h +++ b/nslcd/log.h @@ -59,4 +59,7 @@ void log_setrequest(const char *format, ...) void log_log(int pri, const char *format, ...) LIKE_PRINTF(2, 3); +/* log the logging configuration on DEBUG loglevel */ +void log_log_config(void); + #endif /* not NSLCD__LOG_H */ |