ntdb: optimize ntdb_fetch.
[kai/samba-autobuild/.git] / lib / ntdb / private.h
index 957d85e494a538b0bba297c8d7b5922c421f0bb8..90b782d303b7bb1decb09728acf07914e0051bc9 100644 (file)
@@ -369,7 +369,8 @@ ntdb_off_t find_and_lock(struct ntdb_context *ntdb,
                         NTDB_DATA key,
                         int ltype,
                         struct hash_info *h,
-                        struct ntdb_used_record *rec);
+                        struct ntdb_used_record *rec,
+                        const char **rkey);
 
 enum NTDB_ERROR replace_in_hash(struct ntdb_context *ntdb,
                                const struct hash_info *h,