diff --git a/src/confdb/confdb_setup.h b/src/confdb/confdb_setup.h index d12441165c4..53d8ec17d6f 100644 --- a/src/confdb/confdb_setup.h +++ b/src/confdb/confdb_setup.h @@ -22,6 +22,10 @@ #ifndef CONFDB_SETUP_H_ #define CONFDB_SETUP_H_ +#include + +#include "util/util_errors.h" + #define CONFDB_BASE_LDIF \ "dn: @ATTRIBUTES\n" \ "cn: CASE_INSENSITIVE\n" \ @@ -37,6 +41,8 @@ "@LIST: server_sort\n" \ "\n" +struct confdb_ctx; + errno_t confdb_setup(TALLOC_CTX *mem_ctx, const char *cdb_file, const char *config_file,