diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 13:48:17 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-04-15 16:49:41 -0500 |
commit | 632dc4c7e96b100b162c778eb78ec69ace2939cb (patch) | |
tree | 54255c676ee576bd7c2a63c80b0150af4452093c /src | |
parent | 1ca8671d11f9dc16bf65b077648eece75c19f189 (diff) | |
download | ofono-632dc4c7e96b100b162c778eb78ec69ace2939cb.tar.bz2 |
Fix: No glib types in oFono public API
Diffstat (limited to 'src')
-rw-r--r-- | src/stk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ void __ofono_cbs_sim_download(struct ofono_stk *stk, } void ofono_stk_proactive_command_notify(struct ofono_stk *stk, - int length, const guint8 *pdu) + int length, const unsigned char *pdu) { struct stk_command *cmd; char *buf; |