summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/posix_eadb.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-03 13:35:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-03 14:35:02 +1000
commit7b4d511bc638b5c927dacc324628bd5db30e6dda (patch)
treea13d87ebb43272bad68ba6b80184dd288de8b8a4 /source4/ntvfs/posix/posix_eadb.h
parent8ef60901ce84ac90769de8e6f1369e10bf9b1b99 (diff)
downloadsamba-7b4d511bc638b5c927dacc324628bd5db30e6dda.tar.gz
samba-7b4d511bc638b5c927dacc324628bd5db30e6dda.tar.bz2
samba-7b4d511bc638b5c927dacc324628bd5db30e6dda.zip
s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally useful
This is now a small library, to be called from ntvfs, python and vfs_posix_eadb. The rename makes it clear that this has a different DB format to that used by vfs_xattr_tdb, and matches the posix:eadb smb.conf parameter used to configure it. Andrew Bartlett
Diffstat (limited to 'source4/ntvfs/posix/posix_eadb.h')
-rw-r--r--source4/ntvfs/posix/posix_eadb.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/posix_eadb.h b/source4/ntvfs/posix/posix_eadb.h
new file mode 100644
index 0000000000..752d322df2
--- /dev/null
+++ b/source4/ntvfs/posix/posix_eadb.h
@@ -0,0 +1,20 @@
+/*
+ Unix SMB/CIFS implementation. Xattr manipulation bindings.
+ Copyright (C) Andrew Bartlett 2011
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+struct pvfs_state *pvfs;
+#include "source4/ntvfs/posix/posix_eadb_proto.h"