From: Colin Patrick McCabe Date: Fri, 5 Aug 2011 00:16:10 +0000 (-0700) Subject: libceph.h: fix C compilation X-Git-Tag: v0.33~22 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66c3d8ff60ca585b97540daee942e2c5c6e5538f;p=ceph.git libceph.h: fix C compilation Signed-off-by: Colin McCabe --- diff --git a/src/include/ceph/libceph.h b/src/include/ceph/libceph.h index b5796f9b19d1..bed3f797b28e 100644 --- a/src/include/ceph/libceph.h +++ b/src/include/ceph/libceph.h @@ -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 }