mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
Make virDomainObjFormat static
* src/conf/domain_conf.c: make function static * src/conf/domain_conf.h: remove it from header
This commit is contained in:
parent
ee38d7e089
commit
8ba9e794e6
@ -5660,9 +5660,9 @@ char *virDomainDefFormat(virDomainDefPtr def,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char *virDomainObjFormat(virCapsPtr caps,
|
||||
virDomainObjPtr obj,
|
||||
int flags)
|
||||
static char *virDomainObjFormat(virCapsPtr caps,
|
||||
virDomainObjPtr obj,
|
||||
int flags)
|
||||
{
|
||||
char *config_xml = NULL;
|
||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||
|
@ -818,9 +818,6 @@ int virDomainDefAddImplicitControllers(virDomainDefPtr def);
|
||||
#endif
|
||||
char *virDomainDefFormat(virDomainDefPtr def,
|
||||
int flags);
|
||||
char *virDomainObjFormat(virCapsPtr caps,
|
||||
virDomainObjPtr obj,
|
||||
int flags);
|
||||
|
||||
int virDomainCpuSetParse(const char **str,
|
||||
char sep,
|
||||
|
Loading…
x
Reference in New Issue
Block a user