mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue