/* * viruri.h: internal definitions used for URI parsing. * * Copyright (C) 2012 Red Hat, Inc. * * See COPYING.LIB for the License of this software */#ifndef __VIR_URI_H__# define __VIR_URI_H__# include <libxml/uri.h># include "internal.h"typedefxmlURIvirURI;typedefxmlURIPtrvirURIPtr;