diff options
author | Michael Adam <obnox@samba.org> | 2011-07-06 16:49:34 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-29 12:23:13 +0200 |
commit | 2414fc88d85c8dcc22ddbb389255d6c36838cbad (patch) | |
tree | 541152a6f4fa0fd538c5a14138928417a7bead1d /source3/include | |
parent | 1abdd9b2bb09d072496db5207814aefefe403f60 (diff) | |
download | samba-2414fc88d85c8dcc22ddbb389255d6c36838cbad.tar.gz samba-2414fc88d85c8dcc22ddbb389255d6c36838cbad.tar.bz2 samba-2414fc88d85c8dcc22ddbb389255d6c36838cbad.zip |
s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.c
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/dbwrap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/dbwrap.h b/source3/include/dbwrap.h index 194692ca60..9084f87d30 100644 --- a/source3/include/dbwrap.h +++ b/source3/include/dbwrap.h @@ -56,8 +56,6 @@ struct db_context { bool persistent; }; -bool db_is_local(const char *name); - struct db_context *db_open_rbt(TALLOC_CTX *mem_ctx); struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx, |