diff options
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/glfs-handles.h | 4 | ||||
-rw-r--r-- | api/src/glfs-internal.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/api/src/glfs-handles.h b/api/src/glfs-handles.h index 19c4e8f7a62..29fb0f5c976 100644 --- a/api/src/glfs-handles.h +++ b/api/src/glfs-handles.h @@ -302,12 +302,12 @@ glfs_h_poll_upcall (struct glfs *fs, struct callback_arg *cbk) __THROW int glfs_h_acl_set (struct glfs *fs, struct glfs_object *object, - const acl_type_t type, const acl_t acl) __THROW; + const acl_type_t type, const acl_t acl) __THROW GFAPI_PUBLIC(glfs_h_acl_set, 3.7.0); acl_t glfs_h_acl_get (struct glfs *fs, struct glfs_object *object, - const acl_type_t type) __THROW; + const acl_type_t type) __THROW GFAPI_PUBLIC(glfs_h_acl_get, 3.7.0); size_t diff --git a/api/src/glfs-internal.h b/api/src/glfs-internal.h index 1b87dae5a52..3f8ac92ac7e 100644 --- a/api/src/glfs-internal.h +++ b/api/src/glfs-internal.h @@ -246,7 +246,7 @@ fd_t *__glfs_migrate_fd (struct glfs *fs, xlator_t *subvol, struct glfs_fd *glfd int glfs_first_lookup (xlator_t *subvol); -void glfs_process_upcall_event (struct glfs *fs, void *data); +void glfs_process_upcall_event (struct glfs *fs, void *data) GFAPI_PRIVATE(glfs_process_upcall_event, 3.7.0); #define DECLARE_OLD_THIS xlator_t *old_THIS = NULL |