r22316: merge from samba4:
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Apr 2007 17:03:38 +0000 (17:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:26 +0000 (12:19 -0500)
this function should be static

metze

source/lib/tdb/common/transaction.c

index 640cd5014d27cfe73422761524ca95e213ecfa30..0a609af5217d818c905f23b2b2717390f1cbd6b6 100644 (file)
@@ -358,8 +358,8 @@ static int transaction_expand_file(struct tdb_context *tdb, tdb_off_t size,
 /*
   brlock during a transaction - ignore them
 */
-int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, 
-                      int rw_type, int lck_type, int probe, size_t len)
+static int transaction_brlock(struct tdb_context *tdb, tdb_off_t offset, 
+                             int rw_type, int lck_type, int probe, size_t len)
 {
        return 0;
 }