s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / modules / vfs_vxfs.h
index f438bad3d9103a72e4d3ad357ca5abc6c31b245d..9194b8b256e3905150089020607ffb495c58ae4c 100644 (file)
@@ -18,25 +18,18 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-int vxfs_setxattr_path(const char *, const char *, const void *, size_t, int,
-                      bool);
 int vxfs_setxattr_fd(int, const char *, const void *, size_t, int);
 
 int vxfs_getxattr_path(const char *, const char *, void *, size_t);
 int vxfs_getxattr_fd(int, const char *, void *, size_t);
 
-int vxfs_removexattr_path(const char *, const char *, bool);
 int vxfs_removexattr_fd(int, const char *);
 
-int vxfs_listxattr_path(const char *, char *, size_t);
 int vxfs_listxattr_fd(int, char *, size_t);
 
-int vxfs_setwxattr_path(const char *);
+int vxfs_setwxattr_path(const char *, bool);
 int vxfs_setwxattr_fd(int);
 
-int vxfs_clearwxattr_path(const char *);
-int vxfs_clearwxattr_fd(int);
-
 int vxfs_checkwxattr_path(const char *);
 int vxfs_checkwxattr_fd(int);