stkutil: change uint32_t to guint32

This helps avoid needing to include any extra header files if
stkutil.h is included in sim.c
This commit is contained in:
Kristen Carlson Accardi 2010-08-25 04:00:21 -07:00 committed by Denis Kenzior
parent 782157ce57
commit c9fecc48f4
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ struct stk_card_reader_id {
struct stk_other_address {
union {
/* Network Byte Order */
uint32_t ipv4;
guint32 ipv4;
unsigned char ipv6[16];
} addr;
enum stk_address_type type;