Fix: No glib types in oFono public API

This commit is contained in:
Denis Kenzior 2010-04-15 13:48:17 -05:00
parent 1ca8671d11
commit 632dc4c7e9
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ void ofono_stk_set_data(struct ofono_stk *stk, void *data);
void *ofono_stk_get_data(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);
#ifdef __cplusplus
}

View File

@ -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;