summaryrefslogtreecommitdiff
path: root/source3/include/dbwrap.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 00:00:22 +0100
committerGünther Deschner <gd@samba.org>2011-03-24 00:52:01 +0100
commit2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583 (patch)
tree8a72a9a0ca14d6d854ce12f9da69a3f514cf322f /source3/include/dbwrap.h
parentb903c289390741e423c7457e7ee82c8c5cb8b74b (diff)
downloadsamba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.gz
samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.tar.bz2
samba-2639f0b3ab23f0ae369e3cbae5dfb433cbb2a583.zip
s3-prototypes: remove protos of some dead functions.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/include/dbwrap.h')
-rw-r--r--source3/include/dbwrap.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/dbwrap.h b/source3/include/dbwrap.h
index ff7b8b6a74..8dba624de0 100644
--- a/source3/include/dbwrap.h
+++ b/source3/include/dbwrap.h
@@ -68,11 +68,6 @@ struct db_context *db_open_tdb(TALLOC_CTX *mem_ctx,
int hash_size, int tdb_flags,
int open_flags, mode_t mode);
-struct db_context *db_open_tdb2(TALLOC_CTX *mem_ctx,
- const char *name,
- int hash_size, int tdb_flags,
- int open_flags, mode_t mode);
-
struct messaging_context;
#ifdef CLUSTER_SUPPORT