diff options
Diffstat (limited to 'api/src/glfs-internal.h')
| -rw-r--r-- | api/src/glfs-internal.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index d372413fd56..c7fbdeb6560 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -695,4 +695,8 @@ int  glfs_statx(struct glfs *fs, const char *path, unsigned int mask,             struct glfs_stat *statxbuf) GFAPI_PRIVATE(glfs_statx, future); +void +glfs_iatt_from_statx(struct iatt *, const struct glfs_stat *) +    GFAPI_PRIVATE(glfs_iatt_from_statx, future); +  #endif /* !_GLFS_INTERNAL_H */  | 
