summaryrefslogtreecommitdiff
path: root/osinfo/osinfo.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2012-02-27 18:45:51 +0000
committerDaniel P. Berrange <berrange@redhat.com>2012-08-23 15:16:52 +0100
commit8ed01da848a65fb0fccf856ebac007c6aa52310e (patch)
treebc62e72b3ba2891bdfad1ebbf8b31c2c74745bc7 /osinfo/osinfo.h
parent9f4dfebaff4f11a7cfef2295726d5c4f46166097 (diff)
Add APIs for dealing with installer automation scripts
This introduces two new objects - OsinfoInstallConfig - stores configuration parameters which get substituted into the install script template. - OsinfoInstallScript - provides a template and the mechanism for turning it into an install script using XSLT
Diffstat (limited to 'osinfo/osinfo.h')
-rw-r--r--osinfo/osinfo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osinfo/osinfo.h b/osinfo/osinfo.h
index bb2a057..aa06095 100644
--- a/osinfo/osinfo.h
+++ b/osinfo/osinfo.h
@@ -33,6 +33,9 @@
#include <osinfo/osinfo_devicelist.h>
#include <osinfo/osinfo_devicelinklist.h>
#include <osinfo/osinfo_devicelinkfilter.h>
+#include <osinfo/osinfo_install_config.h>
+#include <osinfo/osinfo_install_script.h>
+#include <osinfo/osinfo_install_scriptlist.h>
#include <osinfo/osinfo_productlist.h>
#include <osinfo/osinfo_product.h>
#include <osinfo/osinfo_productfilter.h>