ldb: replace 'struct TDB_DATA' with 'TDB_DATA'
[samba.git] / source4 / lib / ldb / ldb_tdb / ldb_tdb.c
index 16e556d78d958ff67fb0e242f40afc0bb693757a..6033f84ef39603ccc5751aba9377c6a0ee1f6415 100644 (file)
@@ -126,7 +126,7 @@ int ltdb_unlock_read(struct ldb_module *module)
   note that the key for a record can depend on whether the
   dn refers to a case sensitive index record or not
 */
-struct TDB_DATA ltdb_key(struct ldb_module *module, struct ldb_dn *dn)
+TDB_DATA ltdb_key(struct ldb_module *module, struct ldb_dn *dn)
 {
        struct ldb_context *ldb = ldb_module_get_ctx(module);
        TDB_DATA key;