mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-03 07:33:50 +00:00
vsh: table: define cleanup function
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
a6488fd3a2
commit
186742ed70
@ -30,3 +30,4 @@ vshTable *vshTableNew(const char *format, ...);
|
||||
int vshTableRowAppend(vshTable *table, const char *arg, ...);
|
||||
void vshTablePrintToStdout(vshTable *table, vshControl *ctl);
|
||||
char *vshTablePrintToString(vshTable *table, bool header);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(vshTable, vshTableFree);
|
||||
|
Loading…
x
Reference in New Issue
Block a user