summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-08-25 04:00:21 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-08-25 13:38:20 -0500
commitc9fecc48f499e0d1544330717bfb0b77e7816b83 (patch)
tree49683f7e47988bf22831b6b308c1ac3d79c29e2f /src/stkutil.h
parent782157ce57e4c7aeeef5beca7ce55eeac9607af6 (diff)
downloadofono-c9fecc48f499e0d1544330717bfb0b77e7816b83.tar.bz2
stkutil: change uint32_t to guint32
This helps avoid needing to include any extra header files if stkutil.h is included in sim.c
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index ea9294c7..44d167a7 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -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;