Revert "dbwrap: dbwrap_fetch_locked_timeout()."
[obnox/samba/samba-obnox.git] / lib / dbwrap / dbwrap.h
index e394296a9bccbcabbc5aed06f8c82e1f2b990c04..8bf3286f70a6a8bd7aba28dfda5fdc702b98342b 100644 (file)
@@ -44,11 +44,6 @@ struct db_record *dbwrap_fetch_locked(struct db_context *db,
 struct db_record *dbwrap_try_fetch_locked(struct db_context *db,
                                          TALLOC_CTX *mem_ctx,
                                          TDB_DATA key);
-struct db_record *dbwrap_fetch_locked_timeout(struct db_context *db,
-                                             TALLOC_CTX *mem_ctx,
-                                             TDB_DATA key,
-                                             unsigned int timeout);
-
 struct db_context *dbwrap_record_get_db(struct db_record *rec);
 void dbwrap_set_stored_callback(
        struct db_context *db,