librgw: always add struct before rgw_file_handle in rgw_file.h

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
Matt Benjamin 2015-11-04 17:51:24 -05:00
parent 8417a788fb
commit 056c0cb812

View File

@ -241,7 +241,7 @@ struct rgw_uio {
typedef struct rgw_uio rgw_uio;
int rgw_readv(struct rgw_fs *rgw_fs,
rgw_file_handle *fh, rgw_uio *uio);
struct rgw_file_handle *fh, rgw_uio *uio);
int rgw_writev(struct rgw_fs *rgw_fs,
struct rgw_file_handle *fh, rgw_uio *uio);