Author: mkhl
Date: 2006-08-05 17:52:23 +0000 (Sat, 05 Aug 2006)
New Revision: 17426

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17426

Log:
Make parameter names for `generate' mappings clearer.

Martin
Modified:
   branches/SOC/mkhl/ldb-map/modules/ldb_map.h


Changeset:
Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.h
===================================================================
--- branches/SOC/mkhl/ldb-map/modules/ldb_map.h 2006-08-05 17:49:35 UTC (rev 
17425)
+++ branches/SOC/mkhl/ldb-map/modules/ldb_map.h 2006-08-05 17:52:23 UTC (rev 
17426)
@@ -93,17 +93,17 @@
                        /* Generate the local attribute from remote message */
                        struct ldb_message_element *(*generate_local) (
                                struct ldb_module *,
-                               TALLOC_CTX *ctx,
-                               const char *attr,
+                               TALLOC_CTX *mem_ctx,
+                               const char *remote_attr,
                                const struct ldb_message *remote);
 
                        /* Update remote message with information from local 
message */
                        void (*generate_remote) (
                                struct ldb_module *,
                                const char *local_attr,
-                               const struct ldb_message *local,
-                               struct ldb_message *remote_mp,
-                               struct ldb_message *remote_fb);
+                               const struct ldb_message *old,
+                               struct ldb_message *remote,
+                               struct ldb_message *local);
 
                        /* Name(s) for this attribute on the remote server. 
This is an array since 
                         * one local attribute's data can be split up into 
several attributes 

Reply via email to