]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: always add struct before rgw_file_handle in rgw_file.h
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 4 Nov 2015 22:51:24 +0000 (17:51 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:05:38 +0000 (12:05 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/include/rados/rgw_file.h

index 5b41389aa4f861112ca6a7c2dea4f29ab498eef9..2f7cface3e23962bdbb54c6fb766ad64ef717d21 100644 (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);