#include <dlfcn.h>
#include <stdint.h>
#include <string.h>

/*********** Error ***********/
#define MLDAPCHECKER_SUCCESS                     0
#define MLDAPCHECKER_ERR_NULL_INPUT              -1
#define MLDAPCHECKER_ERR_LIBMLDAP                -2

/*********** Path ***********/
#define MLDAP_LIBRARY                            "libMLDAP.so"

/*********** Message ***********/
#define MLDAP_MSG_CHECK_SERVICE_KEY              "cskey"
#define MLDAP_MSG_CHECK_SD_CERT                  "sdcert"
