mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
xenconfig: export xenConfigCopyString
Export xenConfigCopyString for use outside of xen_common.c Signed-off-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
358dbf8457
commit
8680a19bc8
@ -172,7 +172,7 @@ xenConfigCopyStringInternal(virConfPtr conf,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int
|
int
|
||||||
xenConfigCopyString(virConfPtr conf, const char *name, char **value)
|
xenConfigCopyString(virConfPtr conf, const char *name, char **value)
|
||||||
{
|
{
|
||||||
return xenConfigCopyStringInternal(conf, name, value, 0);
|
return xenConfigCopyStringInternal(conf, name, value, 0);
|
||||||
|
@ -43,6 +43,11 @@ int xenConfigGetULong(virConfPtr conf,
|
|||||||
unsigned long *value,
|
unsigned long *value,
|
||||||
unsigned long def);
|
unsigned long def);
|
||||||
|
|
||||||
|
int
|
||||||
|
xenConfigCopyString(virConfPtr conf,
|
||||||
|
const char *name,
|
||||||
|
char **value);
|
||||||
|
|
||||||
int xenConfigCopyStringOpt(virConfPtr conf,
|
int xenConfigCopyStringOpt(virConfPtr conf,
|
||||||
const char *name,
|
const char *name,
|
||||||
char **value);
|
char **value);
|
||||||
|
Loading…
Reference in New Issue
Block a user