On Fri, Apr 21, 2023 at 10:25 AM Michal Privoznik <mprivozn@xxxxxxxxxx> wrote:
After previous cleanups a lot of functions from qemu_hotplug.c
are called only within the file. Make them static and drop their
declaration from the header file.
*declarations
Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx>
---
src/qemu/qemu_hotplug.c | 56 +++++++++++++++++++++----------------
src/qemu/qemu_hotplug.h | 61 -----------------------------------------
2 files changed, 32 insertions(+), 85 deletions(-)