summaryrefslogtreecommitdiffstats
path: root/api/src/glfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/glfs.h')
-rw-r--r--api/src/glfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/glfs.h b/api/src/glfs.h
index aeabfdf0..f472ca4e 100644
--- a/api/src/glfs.h
+++ b/api/src/glfs.h
@@ -461,6 +461,7 @@ char *glfs_realpath (glfs_t *fs, const char *path, char *resolved_path);
*/
int glfs_posix_lock (glfs_fd_t *fd, int cmd, struct flock *flock);
+glfs_fd_t *glfs_dup (glfs_fd_t *fd);
__END_DECLS