summaryrefslogtreecommitdiffstats
path: root/ldap/servers/plugins/collation/debug.c
blob: c97bb59ae2a6bb69b4e54a99518ee6680bd2852c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** BEGIN COPYRIGHT BLOCK
 * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
 * Copyright (C) 2005 Red Hat, Inc.
 * All rights reserved.
 * END COPYRIGHT BLOCK **/
#ifdef _WIN32
int *module_ldap_debug = 0;

void
plugin_init_debug_level (int *level_ptr)
{
    module_ldap_debug = level_ptr;
}
#endif