From: Victor Denisov Date: Mon, 18 Dec 2017 01:12:10 +0000 (-0800) Subject: librbd: fixup Move function declaration X-Git-Tag: v13.0.2~545^2~31 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=280bda2dd82927dfee31a65c9d7809bbe2436566;p=ceph.git librbd: fixup Move function declaration Signed-off-by: Victor Denisov --- diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 8a5918b00ce7..e178002badac 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -539,6 +539,10 @@ CEPH_RBD_API int rbd_snap_get_timestamp(rbd_image_t image, uint64_t snap_id, str CEPH_RBD_API int rbd_snap_set(rbd_image_t image, const char *snapname); +CEPH_RBD_API int rbd_snap_get_namespace_type(rbd_image_t image, + uint64_t snap_id, + rbd_snap_namespace_type_t *namespace_type); + CEPH_RBD_API int rbd_flatten(rbd_image_t image); CEPH_RBD_API int rbd_flatten_with_progress(rbd_image_t image,