]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_file: Declare virStorageSourceParseRBDColonString only in one header
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Jan 2022 13:10:03 +0000 (14:10 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jan 2022 08:53:44 +0000 (09:53 +0100)
commitad051d2a74513730ef55bf879133451989242644
tree7ae778d2c7f501e45276aeeb6dc8dbd69d5511b4
parent1a691fe1c84090da80a652c4c80ac00a6134a69b
storage_file: Declare virStorageSourceParseRBDColonString only in one header

The virStorageSourceParseRBDColonString() function is declared in
src/storage_file/storage_source.h and
src/storage_file/storage_source_backingstore.h but implemented
only in the .c that corresponds to the latter header file.
Therefore, drop declaration from storage_source.h as the function
is not implemented in its corresponding .c file.

Leftover from: 2d29a3a9d86b5f95a859888283e6caa98593b1d2
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/libxl/xen_xl.c
src/storage_file/storage_source.h
src/storage_file/storage_source_backingstore.h