From 9bbdc682a985f210874c008a0abc25645e7fbd50 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 27 Jun 2008 09:39:30 +0200 Subject: lib/ldb: add forward declaration for struct event_context metze --- source/lib/ldb/include/ldb.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/ldb/include/ldb.h b/source/lib/ldb/include/ldb.h index c43d425585d..0338ae1d938 100644 --- a/source/lib/ldb/include/ldb.h +++ b/source/lib/ldb/include/ldb.h @@ -782,6 +782,7 @@ int ldb_set_timeout(struct ldb_context *ldb, struct ldb_request *req, int timeou int ldb_set_timeout_from_prev_req(struct ldb_context *ldb, struct ldb_request *oldreq, struct ldb_request *newreq); void ldb_set_create_perms(struct ldb_context *ldb, unsigned int perms); void ldb_set_modules_dir(struct ldb_context *ldb, const char *path); +struct event_context; void ldb_set_event_context(struct ldb_context *ldb, struct event_context *ev); struct event_context * ldb_get_event_context(struct ldb_context *ldb); -- cgit