From 632dc4c7e96b100b162c778eb78ec69ace2939cb Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 15 Apr 2010 13:48:17 -0500 Subject: Fix: No glib types in oFono public API --- src/stk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stk.c b/src/stk.c index 74b6b347..195725c9 100644 --- a/src/stk.c +++ b/src/stk.c @@ -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; -- cgit v1.2.3