summaryrefslogtreecommitdiff
path: root/nslcd/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/log.h')
-rw-r--r--nslcd/log.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/nslcd/log.h b/nslcd/log.h
index d86ef8c..8614077 100644
--- a/nslcd/log.h
+++ b/nslcd/log.h
@@ -34,9 +34,6 @@
#define LOG_INFO 6
#define LOG_DEBUG 7
-/* set loglevel when no logging is configured */
-void log_setdefaultloglevel(int loglevel);
-
/* indicate that a session id should be included in the output
and set it to a new value */
void log_newsession(void);
@@ -54,7 +51,4 @@ void log_setrequest(const char *format, ...)
void log_log(int pri, const char *format, ...)
LIKE_PRINTF(2, 3);
-/* log the logger config at the LOG_DEBUG level */
-void log_log_config(void);
-
#endif /* not NSLCD__LOG_H */