mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
util: virxml: unexport virXMLFormatElementInternal
It is no longer used anywhere else. Signed-off-by: Pavel Hrdina <phrdina@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e042ff6dd0
commit
c4b7d29610
@ -3783,7 +3783,6 @@ virXMLExtractNamespaceXML;
|
||||
virXMLFormatElement;
|
||||
virXMLFormatElementDirect;
|
||||
virXMLFormatElementEmpty;
|
||||
virXMLFormatElementInternal;
|
||||
virXMLFormatMetadata;
|
||||
virXMLNewNode;
|
||||
virXMLNodeContentString;
|
||||
|
@ -1721,7 +1721,7 @@ virXMLValidatorFree(virXMLValidator *validator)
|
||||
*
|
||||
* Both passed buffers are always consumed and freed.
|
||||
*/
|
||||
void
|
||||
static void
|
||||
virXMLFormatElementInternal(virBuffer *buf,
|
||||
const char *name,
|
||||
virBuffer *attrBuf,
|
||||
|
@ -332,13 +332,6 @@ void
|
||||
virXMLValidatorFree(virXMLValidator *validator);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(virXMLValidator, virXMLValidatorFree);
|
||||
|
||||
void
|
||||
virXMLFormatElementInternal(virBuffer *buf,
|
||||
const char *name,
|
||||
virBuffer *attrBuf,
|
||||
virBuffer *childBuf,
|
||||
bool allowEmpty,
|
||||
bool childNewline);
|
||||
void
|
||||
virXMLFormatElement(virBuffer *buf,
|
||||
const char *name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user