diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-12-09 23:35:30 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-10 17:26:22 +0100 |
| commit | 6b7407cb031cf245a4998d8c79009039ead38fc5 (patch) | |
| tree | 510263de28a0319b9070ededaa2cc7c5b6d98ac0 /libmsi/sql-parser.y | |
| parent | ada3b04b2246c13449e6b32b3857d7b86a8958f8 (diff) | |
Split libmsi.h to be more gobject-like
Diffstat (limited to 'libmsi/sql-parser.y')
| -rw-r--r-- | libmsi/sql-parser.y | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
