summaryrefslogtreecommitdiff
path: root/c_src/permdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_src/permdb.h')
-rw-r--r--c_src/permdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/permdb.h b/c_src/permdb.h
index f6bee7f..4625a7b 100644
--- a/c_src/permdb.h
+++ b/c_src/permdb.h
@@ -46,7 +46,7 @@ void
portloop(permdb_object *state);
permdb_object *
-permdb_alloc(const char *dbpath);
+permdb_alloc(const char *dbpath, int lock);
void
permdb_free(permdb_object *state);