ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_with_head...
[ddiss/ctdb.git] / common / ctdb_ltdb.c
index 76274ceafba0bd8c96e6214a047200383ec4216a..e4662ac37fd294e481ca35b0f3e83a094a88e37b 100644 (file)
@@ -125,7 +125,7 @@ int ctdb_ltdb_fetch(struct ctdb_db_context *ctdb_db,
   if the record does not exist, *header will be NULL
   and data = {0, NULL}
 */
-int ctdb_ltdb_fetch_readonly(struct ctdb_db_context *ctdb_db, 
+int ctdb_ltdb_fetch_with_header(struct ctdb_db_context *ctdb_db, 
                    TDB_DATA key, struct ctdb_ltdb_header *header, 
                    TALLOC_CTX *mem_ctx, TDB_DATA *data)
 {