From 6b7407cb031cf245a4998d8c79009039ead38fc5 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Sun, 9 Dec 2012 23:35:30 +0100 Subject: Split libmsi.h to be more gobject-like --- libmsi/sql-parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmsi/sql-parser.y') diff --git a/libmsi/sql-parser.y b/libmsi/sql-parser.y index 0c975f6..ddbbf97 100644 --- a/libmsi/sql-parser.y +++ b/libmsi/sql-parser.y @@ -40,7 +40,7 @@ static int sql_error(void *info, const char *str); -typedef struct LibmsiSQLInput +typedef struct _LibmsiSQLInput { LibmsiDatabase *db; const WCHAR *command; -- cgit