summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-17 17:07:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:26 -0500
commit123e721590ef604bfd7fc1a07aaed3bdefa5f16f (patch)
tree73c696a63ec616fb576a884b34abcba2a0b4b3ce /source3/lib/tdb/common/tdb_private.h
parent6f9f5bd745b594e63c0b982967a03620e91999a5 (diff)
downloadsamba-123e721590ef604bfd7fc1a07aaed3bdefa5f16f.tar.gz
samba-123e721590ef604bfd7fc1a07aaed3bdefa5f16f.tar.bz2
samba-123e721590ef604bfd7fc1a07aaed3bdefa5f16f.zip
r22317: add tdb_ prefix to non static function
metze (This used to be commit 56e31d60c672689e934fbed2794c7c54cf874b11)
Diffstat (limited to 'source3/lib/tdb/common/tdb_private.h')
-rw-r--r--source3/lib/tdb/common/tdb_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/tdb/common/tdb_private.h b/source3/lib/tdb/common/tdb_private.h
index 9d39de0200..02a23d0387 100644
--- a/source3/lib/tdb/common/tdb_private.h
+++ b/source3/lib/tdb/common/tdb_private.h
@@ -206,7 +206,7 @@ tdb_off_t tdb_find_lock_hash(struct tdb_context *tdb, TDB_DATA key, u32 hash, in
struct list_struct *rec);
void tdb_io_init(struct tdb_context *tdb);
int tdb_expand(struct tdb_context *tdb, tdb_off_t size);
-int rec_free_read(struct tdb_context *tdb, tdb_off_t off,
- struct list_struct *rec);
+int tdb_rec_free_read(struct tdb_context *tdb, tdb_off_t off,
+ struct list_struct *rec);