mirror of
https://github.com/ceph/ceph
synced 2025-01-15 23:43:06 +00:00
Merge pull request #45011 from tchaikov/librados/cleanup
include/rados/librados.h: drop duplicated function declaration Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
commit
a3e632a322
@ -3996,12 +3996,6 @@ CEPH_RADOS_API int rados_pg_command(rados_t cluster, const char *pgstr,
|
||||
char **outbuf, size_t *outbuflen,
|
||||
char **outs, size_t *outslen);
|
||||
|
||||
CEPH_RADOS_API int rados_mgr_command(rados_t cluster,
|
||||
const char **cmd, size_t cmdlen,
|
||||
const char *inbuf, size_t inbuflen,
|
||||
char **outbuf, size_t *outbuflen,
|
||||
char **outs, size_t *outslen);
|
||||
|
||||
/*
|
||||
* This is not a doxygen comment leadin, because doxygen breaks on
|
||||
* a typedef with function params and returns, and I can't figure out
|
||||
|
Loading…
Reference in New Issue
Block a user