diff options
Diffstat (limited to 'src/driver.h')
-rw-r--r-- | src/driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver.h b/src/driver.h index 5d440c00..c329f563 100644 --- a/src/driver.h +++ b/src/driver.h @@ -340,7 +340,7 @@ struct ofono_call_barring_ops { void (*set)(struct ofono_modem *modem, const char *lock, int enable, const char *passwd, int cls, ofono_generic_cb_t cb, void *data); - void (*query)(struct ofono_modem *modem, const char *lock, + void (*query)(struct ofono_modem *modem, const char *lock, int cls, ofono_call_barring_cb_t cb, void *data); }; |