summaryrefslogtreecommitdiff
path: root/source3/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-05 07:31:47 +0200
committerKarolin Seeger <kseeger@samba.org>2009-04-15 09:08:00 +0200
commit26c49bb099d17288860fc735b1bd17aa9a46e5c3 (patch)
treefa8ad077b4fc62e10ff7bd73ef0bed537fe0c558 /source3/modules
parentcfabab426c016faf5b8c16082e29858fd6c83b91 (diff)
downloadsamba-26c49bb099d17288860fc735b1bd17aa9a46e5c3.tar.gz
Add prototype for smbd_gpfs_get_realfilename_path
(cherry picked from commit 25d87012ae5e7a5e76f33aa3ef34d977f2f6ca8b)
Diffstat (limited to 'source3/modules')
-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 3c499b0850b..efca5603aa4 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);