Antonio SJ Musumeci 3 weeks ago
parent
commit
32e73a313a
  1. 3
      libfuse/include/fuse.h

3
libfuse/include/fuse.h

@ -113,6 +113,9 @@ struct fuse_operations
/** Rename a file */
int (*rename) (const char *, const char *);
int (*renameat2)(int, const char *,
int, const char *,
unsigned int);
/** Create a hard link to a file */
int (*link) (const char *, const char *, struct stat *, fuse_timeouts_t *);

Loading…
Cancel
Save