]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
include/rados/librados.h: drop duplicated function declaration 45011/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 14 Feb 2022 04:19:35 +0000 (12:19 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 14 Feb 2022 04:19:51 +0000 (12:19 +0800)
commit3a1ef3fe365d271c550e6a9fe0c3d7f31cc98b99
treec5b708254b1576422c17bd545e9afb99426fdd43
parent481093b7f6d23f6121fefc59b2ddc68b5fd2d953
include/rados/librados.h: drop duplicated function declaration

rados_mgr_command() has been declared in the very same header file
with exactly the same function signature, so there is no need to
repeat it.

in this change, the duplicated declaration of rados_mgr_command()
is dropped. the one with doxygen document is reserved.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/include/rados/librados.h