From 66c3d8ff60ca585b97540daee942e2c5c6e5538f Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Thu, 4 Aug 2011 17:16:10 -0700 Subject: [PATCH] libceph.h: fix C compilation Signed-off-by: Colin McCabe --- src/include/ceph/libceph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/ceph/libceph.h b/src/include/ceph/libceph.h index b5796f9b19d16..bed3f797b28e2 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 } -- 2.39.5