diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-06-27 09:39:30 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-06-27 09:46:22 +0200 |
commit | 1cea7ebe2e193e48f396d280f1253f64a3a4498b (patch) | |
tree | b1dccf7d2c46abd1dfbb1d77283185b5be0dbed4 /source4/lib/ldb | |
parent | 65ce11c5f3e61e510679ff6daa52c231f1378dda (diff) | |
download | samba-1cea7ebe2e193e48f396d280f1253f64a3a4498b.tar.gz samba-1cea7ebe2e193e48f396d280f1253f64a3a4498b.tar.bz2 samba-1cea7ebe2e193e48f396d280f1253f64a3a4498b.zip |
lib/ldb: add forward declaration for struct event_context
metze
(This used to be commit 9bbdc682a985f210874c008a0abc25645e7fbd50)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index c43d425585..0338ae1d93 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/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); |