Add prototype for smbd_gpfs_get_realfilename_path
authorVolker Lendecke <vl@samba.org>
Sun, 5 Apr 2009 05:31:47 +0000 (07:31 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 6 Apr 2009 11:29:59 +0000 (13:29 +0200)
source3/modules/vfs_gpfs.h

index 3c499b0850b5ed1b37d13bd36b7e396f0253e2c4..efca5603aa44ebbd7247c6f9897e3a8f3574d747 100644 (file)
@@ -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);