]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
libceph.h: fix C compilation
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 5 Aug 2011 00:16:10 +0000 (17:16 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Fri, 5 Aug 2011 00:16:10 +0000 (17:16 -0700)
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/include/ceph/libceph.h

index b5796f9b19d16c35a66876bf321bd0a700ce101f..bed3f797b28e25fe446d171ef229d2319bb297c9 100644 (file)
@@ -160,7 +160,7 @@ int ceph_localize_reads(struct ceph_mount_info *cmount, int val);
 int ceph_get_local_osd(struct ceph_mount_info *cmount);
 
 /* Get the CephContext of this mount */
-CephContext *ceph_get_mount_context(struct ceph_mount_info *cmount);
+struct CephContext *ceph_get_mount_context(struct ceph_mount_info *cmount);
 
 #ifdef __cplusplus
 }