diff options
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 */ |