summaryrefslogtreecommitdiffstats
path: root/include/ldaputil/ldaputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ldaputil/ldaputil.h')
-rw-r--r--include/ldaputil/ldaputil.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ldaputil/ldaputil.h b/include/ldaputil/ldaputil.h
index c8ce8a2e..e9e0fb51 100644
--- a/include/ldaputil/ldaputil.h
+++ b/include/ldaputil/ldaputil.h
@@ -135,6 +135,14 @@ NSAPI_PUBLIC extern int ldapu_list_add_info (LDAPUList_t *list, void *info);
#define USE_LDAP_SSL
#endif
+#ifndef LDAP_CALL
+#define LDAP_CALL
+#endif
+
+#ifndef LDAP_CALLBACK
+#define LDAP_CALLBACK
+#endif
+
typedef struct {
#ifdef USE_LDAP_SSL
LDAP* (LDAP_CALL LDAP_CALLBACK *ldapuV_ssl_init) ( const char*, int, int );