mirror of
				https://gitlab.com/libvirt/libvirt.git
				synced 2025-11-01 00:24:26 +03:00 
			
		
		
		
	Move virNWFilter related APIs out of libvirt.h.in
Create a new libvirt-nwfilter.h file to hold the public API definitions for the virNWFilter type. This header file is not self-contained, so applications will not directly include it. They will continue to #include <libvirt/libvirt.h>
This commit is contained in:
		| @@ -25,6 +25,7 @@ included_files = { | ||||
|   "libvirt-domain-snapshot.h": "header with general libvirt API definitions", | ||||
|   "libvirt-interface.h": "header with general libvirt API definitions", | ||||
|   "libvirt-network.h": "header with general libvirt API definitions", | ||||
|   "libvirt-nwfilter.h": "header with general libvirt API definitions", | ||||
|   "virterror.h": "header with error specific API definitions", | ||||
|   "libvirt.c": "Main interfaces for the libvirt library", | ||||
|   "libvirt-domain.c": "Domain interfaces for the libvirt library", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user