summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_gpfs.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-05 07:31:47 +0200
committerVolker Lendecke <vl@samba.org>2009-04-06 13:29:59 +0200
commitf2e17a4b24efd8448172f52a2562e6a17562008e (patch)
treeb1773dc7d7fb35dd50612b1bab5d3763d5652ee2 /source3/modules/vfs_gpfs.h
parent54c2fe65837bb35f1632af112eaccbbd916a6456 (diff)
downloadsamba-f2e17a4b24efd8448172f52a2562e6a17562008e.tar.gz
samba-f2e17a4b24efd8448172f52a2562e6a17562008e.tar.bz2
samba-f2e17a4b24efd8448172f52a2562e6a17562008e.zip
Add prototype for smbd_gpfs_get_realfilename_path
Diffstat (limited to 'source3/modules/vfs_gpfs.h')
-rw-r--r--source3/modules/vfs_gpfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/modules/vfs_gpfs.h b/source3/modules/vfs_gpfs.h
index 3c499b0850..efca5603aa 100644
--- a/source3/modules/vfs_gpfs.h
+++ b/source3/modules/vfs_gpfs.h
@@ -29,4 +29,6 @@ bool set_gpfs_sharemode(files_struct *fsp, uint32 access_mask,
int set_gpfs_lease(int fd, int leasetype);
int smbd_gpfs_getacl(char *pathname, int flags, void *acl);
int smbd_gpfs_putacl(char *pathname, int flags, void *acl);
+int smbd_gpfs_get_realfilename_path(char *pathname, char *filenamep,
+ int *buflen);
void init_gpfs(void);