[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-127-g5ff4ffd

Stefan Metzmacher metze at samba.org
Fri Jun 27 07:48:46 GMT 2008


The branch, v4-0-test has been updated
       via  5ff4ffd162339583c7f6ebee0c8a2efc30d8b65f (commit)
       via  9bbdc682a985f210874c008a0abc25645e7fbd50 (commit)
      from  2b40fd7e950a7f06d2c589eadc0f604a4c65e325 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 5ff4ffd162339583c7f6ebee0c8a2efc30d8b65f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jun 27 09:40:00 2008 +0200

    nbt_server/wins: add forward declaration for struct event_context
    
    metze

commit 9bbdc682a985f210874c008a0abc25645e7fbd50
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jun 27 09:39:30 2008 +0200

    lib/ldb: add forward declaration for struct event_context
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb/include/ldb.h    |    1 +
 source/nbt_server/wins/winsdb.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/include/ldb.h b/source/lib/ldb/include/ldb.h
index c43d425..0338ae1 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);
 
diff --git a/source/nbt_server/wins/winsdb.h b/source/nbt_server/wins/winsdb.h
index 7c38a2b..52906be 100644
--- a/source/nbt_server/wins/winsdb.h
+++ b/source/nbt_server/wins/winsdb.h
@@ -77,5 +77,5 @@ enum wins_hook_action {
 };
 
 struct ldb_message;
-
+struct event_context;
 #include "nbt_server/wins/winsdb_proto.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list