include: More style issues

This commit is contained in:
Denis Kenzior 2010-06-07 12:02:50 -05:00
parent c8f15602cf
commit 19c10877a5
1 changed files with 5 additions and 5 deletions

View File

@ -48,19 +48,19 @@ typedef void (*ofono_netreg_operator_cb_t)(const struct ofono_error *error,
void *data);
typedef void (*ofono_netreg_register_cb_t)(const struct ofono_error *error,
void *data);
void *data);
typedef void (*ofono_netreg_operator_list_cb_t)(const struct ofono_error *error,
int total,
const struct ofono_network_operator *list,
void *data);
int total,
const struct ofono_network_operator *list,
void *data);
typedef void (*ofono_netreg_status_cb_t)(const struct ofono_error *error,
int status, int lac, int ci, int tech,
void *data);
typedef void (*ofono_netreg_strength_cb_t)(const struct ofono_error *error,
int strength, void *data);
int strength, void *data);
/* Network related functions, including registration status, operator selection
* and signal strength indicators.