summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-11-28 14:16:52 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-02-10 19:54:57 +0100
commit4811057a37549a6ef3a2b04f8bcce8b64d44f581 (patch)
treee18ceac102e500ffefc10da83503027c2950d3db /src/util/util.h
parent2cbb879c517f2c756a2eb3962527979bac01ddab (diff)
downloadsssd-ldapdebug.tar.gz
sssd-ldapdebug.tar.xz
sssd-ldapdebug.zip
Enable libldap debuggingldapdebug
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util.h b/src/util/util.h
index df1ee3b08..1f269e595 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -67,6 +67,9 @@ int debug_get_level(int old_level);
int debug_convert_old_level(int old_level);
errno_t set_debug_file_from_fd(const int fd);
+int reopen_stderr_for_libldap(const char *filename);
+int reopen_stderr_after_libldap(void);
+
#define SSSDBG_FATAL_FAILURE 0x0010 /* level 0 */
#define SSSDBG_CRIT_FAILURE 0x0020 /* level 1 */
#define SSSDBG_OP_FAILURE 0x0040 /* level 2 */