libvirt/include/libvirt
Doug Goldstein 6ce83e91e6 Macro for testing the version you are compiling with
Added a macro similar to the GLib's GLIB_CHECK_VERSION so that one can
simply do something like:

 #if LIBVIR_CHECK_VERSION(1,1,3)
   /* Call function here that appeared in 1.1.3 and newer */
   virSomeNewFunction();
 #endif
2013-11-18 11:53:18 -06:00
..
libvirt-lxc.h syntax-check: Only allows to include public headers in external tools 2013-04-18 11:31:19 +08:00
libvirt-qemu.h syntax-check: Only allows to include public headers in external tools 2013-04-18 11:31:19 +08:00
libvirt.h.in Macro for testing the version you are compiling with 2013-11-18 11:53:18 -06:00
Makefile.am maint: use LGPL correctly 2013-05-20 14:03:48 -06:00
virterror.h virerror: s/VIR_ERR_STORAGE_VOL_EXISTS/VIR_ERR_STORAGE_VOL_EXISTS/ 2013-10-07 19:21:47 +02:00