summaryrefslogtreecommitdiff
path: root/nslcd/log.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 23:07:42 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 23:07:42 -0500
commitc588513154f287bb5ce3766c39696a9c4a16f149 (patch)
tree836343fb8821f4947c58d8f2a4a50d90b948cbcd /nslcd/log.h
parentf89d9ac364ffdd00352d55a5f9ed840c22332dab (diff)
do away with configuring the log level
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 */