mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
vsh-table: Hide vshTableRow typedef
There's no need for any caller to know vshTableRow typedef. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
eb9bbde772
commit
74c6c8e679
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#define HEX_ENCODE_LENGTH 4 /* represents length of '\xNN' */
|
#define HEX_ENCODE_LENGTH 4 /* represents length of '\xNN' */
|
||||||
|
|
||||||
|
typedef struct _vshTableRow vshTableRow;
|
||||||
struct _vshTableRow {
|
struct _vshTableRow {
|
||||||
char **cells;
|
char **cells;
|
||||||
size_t ncells;
|
size_t ncells;
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "vsh.h"
|
#include "vsh.h"
|
||||||
|
|
||||||
typedef struct _vshTable vshTable;
|
typedef struct _vshTable vshTable;
|
||||||
typedef struct _vshTableRow vshTableRow;
|
|
||||||
|
|
||||||
void vshTableFree(vshTable *table);
|
void vshTableFree(vshTable *table);
|
||||||
vshTable *vshTableNew(const char *format, ...);
|
vshTable *vshTableNew(const char *format, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user