xml.h 332 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*
 * internal.h: internal definitions just used by code from the library
 */

#ifndef __VIR_XML_H__
#define __VIR_XML_H__

#include "libvirt.h"

#ifdef __cplusplus
extern "C" {
#endif

char *	virDomainParseXMLDesc	(const char *xmldesc,
				 char **name);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* __VIR_XML_H__ */