Blame govirt/govirt.h

Packit 6a6550
/*
Packit 6a6550
 * govirt.h: main header
Packit 6a6550
 *
Packit 6a6550
 * Copyright (C) 2012 Red Hat, Inc.
Packit 6a6550
 *
Packit 6a6550
 * This library is free software; you can redistribute it and/or
Packit 6a6550
 * modify it under the terms of the GNU Lesser General Public
Packit 6a6550
 * License as published by the Free Software Foundation; either
Packit 6a6550
 * version 2.1 of the License, or (at your option) any later version.
Packit 6a6550
 *
Packit 6a6550
 * This library is distributed in the hope that it will be useful,
Packit 6a6550
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6a6550
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 6a6550
 * Lesser General Public License for more details.
Packit 6a6550
 *
Packit 6a6550
 * You should have received a copy of the GNU Lesser General Public
Packit 6a6550
 * License along with this library. If not, see
Packit 6a6550
 * <http://www.gnu.org/licenses/>.
Packit 6a6550
 *
Packit 6a6550
 * Author: Christophe Fergeau <cfergeau@redhat.com>
Packit 6a6550
 */
Packit 6a6550
#ifndef __OVIRT_H__
Packit 6a6550
#define __OVIRT_H__
Packit 6a6550
Packit 6a6550
#include <govirt/ovirt-enum-types.h>
Packit 6a6550
#include <govirt/ovirt-api.h>
Packit 6a6550
#include <govirt/ovirt-cdrom.h>
Packit Service 72652d
#include <govirt/ovirt-cluster.h>
Packit 6a6550
#include <govirt/ovirt-collection.h>
Packit Service 72652d
#include <govirt/ovirt-data-center.h>
Eduardo Lima (Etrunko) 8dd3c1
#include <govirt/ovirt-disk.h>
Packit 6a6550
#include <govirt/ovirt-error.h>
Packit Service 72652d
#include <govirt/ovirt-host.h>
Packit 6a6550
#include <govirt/ovirt-options.h>
Packit 6a6550
#include <govirt/ovirt-proxy.h>
Packit 6a6550
#include <govirt/ovirt-resource.h>
Packit 6a6550
#include <govirt/ovirt-rest-call-error.h>
Packit 6a6550
#include <govirt/ovirt-storage-domain.h>
Packit 6a6550
#include <govirt/ovirt-vm.h>
Packit 6a6550
#include <govirt/ovirt-vm-display.h>
Packit 6a6550
#include <govirt/ovirt-vm-pool.h>
Packit 6a6550
Packit 6a6550
#endif /* __OVIRT_H__ */