summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_private.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-08 14:01:27 +0100
committerVolker Lendecke <vl@samba.org>2011-12-08 15:03:43 +0100
commit4856033410db98b44d76e82f649634e13eba221f (patch)
treef00ab1fe01d3f5b6a23c6d12c846ddd6dee2a5f6 /source3/lib/dbwrap/dbwrap_private.h
parentd9e5368fcccf02164c2bdc0fc679b71e7cfa510f (diff)
downloadsamba-4856033410db98b44d76e82f649634e13eba221f.tar.gz
samba-4856033410db98b44d76e82f649634e13eba221f.tar.bz2
samba-4856033410db98b44d76e82f649634e13eba221f.zip
s3-dbwrap: Make dbwrap_fallback_wipe private
Diffstat (limited to 'source3/lib/dbwrap/dbwrap_private.h')
-rw-r--r--source3/lib/dbwrap/dbwrap_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/dbwrap/dbwrap_private.h b/source3/lib/dbwrap/dbwrap_private.h
index 3e8b1c189a..1491a134e7 100644
--- a/source3/lib/dbwrap/dbwrap_private.h
+++ b/source3/lib/dbwrap/dbwrap_private.h
@@ -59,7 +59,5 @@ struct db_context {
bool persistent;
};
-int dbwrap_fallback_wipe(struct db_context *db);
-
#endif /* __DBWRAP_PRIVATE_H__ */