On Fri, Feb 06, 2026 at 14:52:34 +0100, Michal Privoznik via Devel wrote: > From: Michal Privoznik <[email protected]> > > The virDomainInterface type (struct _virDomainInterface) is > defined in our public header and even has a public free function > (virDomainInterfaceFree()). But in our code we will want to use > automatic memory freeing for it. Hence, make appropriate > declaration in datatypes.h. > > Signed-off-by: Michal Privoznik <[email protected]> > --- > src/datatypes.h | 2 ++ > 1 file changed, 2 insertions(+)
Reviewed-by: Peter Krempa <[email protected]>
