diff options
Diffstat (limited to 'source3/tdb/include')
-rw-r--r-- | source3/tdb/include/tdbback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/tdb/include/tdbback.h b/source3/tdb/include/tdbback.h index 7ebeaa494d..69d3bb6f91 100644 --- a/source3/tdb/include/tdbback.h +++ b/source3/tdb/include/tdbback.h @@ -19,5 +19,5 @@ */ char *add_suffix(const char *name, const char *suffix); -int backup_tdb(const char *old_name, const char *new_name); +int backup_tdb(const char *old_name, const char *new_name, int hash_size); int verify_tdb(const char *fname, const char *bak_name); |