summaryrefslogtreecommitdiffstats
path: root/tests/testsuminfo.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-11-30 11:06:53 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-06 20:30:31 +0100
commit95586f6733d3fcbc756265818ef7e52b207542fe (patch)
tree6bc3b0de47e1001dab546f31cae765bf20b8998b /tests/testsuminfo.c
parentc8b9a23e3d89efbc3f15f0c675a4bad421bfbe15 (diff)
downloadmsitools-95586f6733d3fcbc756265818ef7e52b207542fe.tar.gz
msitools-95586f6733d3fcbc756265818ef7e52b207542fe.tar.xz
msitools-95586f6733d3fcbc756265818ef7e52b207542fe.zip
use actual types in the API
Diffstat (limited to 'tests/testsuminfo.c')
-rw-r--r--tests/testsuminfo.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testsuminfo.c b/tests/testsuminfo.c
index 2c2ef03..bda096c 100644
--- a/tests/testsuminfo.c
+++ b/tests/testsuminfo.c
@@ -33,8 +33,8 @@ static const WCHAR msifileW[] = {
static void test_suminfo(void)
{
- LibmsiObject *hdb = 0;
- LibmsiObject *hsuminfo;
+ LibmsiDatabase *hdb = 0;
+ LibmsiSummaryInfo *hsuminfo;
unsigned r, count, type;
unsigned sz;
int val;
@@ -370,8 +370,8 @@ static void test_create_database_binary(void)
static void test_summary_binary(void)
{
- LibmsiObject *hdb = 0;
- LibmsiObject *hsuminfo = 0;
+ LibmsiDatabase *hdb = 0;
+ LibmsiSummaryInfo *hsuminfo = 0;
unsigned r, type, count;
int ival;
unsigned sz;