mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
src/xm_internal.[ch]: Move static function prototype from header
This commit is contained in:
parent
ecaf98fcc5
commit
f90cd4c3f4
@ -1,3 +1,7 @@
|
||||
Thu Feb 7 10:12:15 IST 2008 Mark McLoughlin <markmc@redhat.com>
|
||||
|
||||
* src/xm_internal.[ch]: Move static function prototype from header
|
||||
|
||||
Thu Feb 7 10:47:44 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* python/libvir.c: apply patch from Cole Robinson to provide
|
||||
|
@ -77,6 +77,8 @@ static int xenXMAttachDisk(virDomainPtr domain, xmlXPathContextPtr ctxt, int hvm
|
||||
xmlNodePtr node, xenXMConfCachePtr entry);
|
||||
static int xenXMAttachInterface(virDomainPtr domain, xmlXPathContextPtr ctxt, int hvm,
|
||||
xmlNodePtr node, xenXMConfCachePtr entry);
|
||||
static int xenXMDomainAttachDevice(virDomainPtr domain, const char *xml);
|
||||
static int xenXMDomainDetachDevice(virDomainPtr domain, const char *xml);
|
||||
|
||||
#define XM_REFRESH_INTERVAL 10
|
||||
|
||||
|
@ -61,9 +61,6 @@ int xenXMDomainUndefine(virDomainPtr domain);
|
||||
virConfPtr xenXMParseXMLToConfig(virConnectPtr conn, const char *xml);
|
||||
char *xenXMDomainFormatXML(virConnectPtr conn, virConfPtr conf);
|
||||
|
||||
static int xenXMDomainAttachDevice(virDomainPtr domain, const char *xml);
|
||||
static int xenXMDomainDetachDevice(virDomainPtr domain, const char *xml);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user