There is already a typedef in libxlutil.h. Remove the one in
libxlu_internal.h.
Reported-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
#include "libxlutil.h"
-typedef struct XLU_ConfigList {
+struct XLU_ConfigList {
int avalues; /* available slots */
int nvalues; /* actual occupied slots */
XLU_ConfigValue **values;
-} XLU_ConfigList;
+};
typedef struct YYLTYPE
{