diff options
Diffstat (limited to 'api/src/glfs-handles.h')
| -rw-r--r-- | api/src/glfs-handles.h | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/api/src/glfs-handles.h b/api/src/glfs-handles.h index 3f2df0a853e..74cc61da651 100644 --- a/api/src/glfs-handles.h +++ b/api/src/glfs-handles.h @@ -153,10 +153,10 @@ enum gfapi_callback_type {  /* Handle based operations */  /* Operations that generate handles */  struct glfs_object *glfs_h_lookupat (struct glfs *fs, -				     struct glfs_object *parent, -				     const char *path, -                                     struct stat *stat) __THROW -        GFAPI_PUBLIC(glfs_h_lookupat, 3.4.0); +                                     struct glfs_object *parent, +                                     const char *path, +                                     struct stat *stat, int follow) __THROW +        GFAPI_PUBLIC(glfs_h_lookupat, 3.7.4);  struct glfs_object *glfs_h_creat (struct glfs *fs, struct glfs_object *parent,  				  const char *path, int flags, mode_t mode,  | 
