s3: proto.h: add missing sys_[g|s]et_quota_vfs() prototypes
authorStefan Metzmacher <metze@samba.org>
Mon, 3 Nov 2008 16:31:32 +0000 (17:31 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Nov 2008 17:02:03 +0000 (18:02 +0100)
metze

source3/include/proto.h

index 5ca5c7766fdf3a12bacac3773c22d39df2e2af66..254c33d0756b91c74c8cd0cb75da2c0c351f38f7 100644 (file)
@@ -955,6 +955,9 @@ int sys_set_quota(const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DI
 
 /* The following definitions come from lib/sysquotas_*.c  */
 
+int sys_get_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
+int sys_set_vfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
+
 int sys_get_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);
 int sys_set_xfs_quota(const char *path, const char *bdev, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dp);