quotas: small cleanup
authorUri Simchoni <uri@samba.org>
Wed, 27 Jan 2016 06:12:20 +0000 (08:12 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 12 Aug 2016 23:53:15 +0000 (01:53 +0200)
Remove an internal function from proto.h

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/proto.h

index 97fe577516f0d8f7608fd9511f00ea9f3eaf8797..7ca546005beea615d2e487e098a12fbb0eca5c52 100644 (file)
@@ -857,7 +857,6 @@ bool fork_echo_handler(struct smbXsrv_connection *xconn);
 
 bool disk_quotas(connection_struct *conn, const char *path, uint64_t *bsize,
                 uint64_t *dfree, uint64_t *dsize);
-bool disk_quotas_vxfs(const char *name, char *path, uint64_t *bsize, uint64_t *dfree, uint64_t *dsize);
 
 /* The following definitions come from smbd/reply.c  */