summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver.h b/src/driver.h
index 773550a7..e48717d6 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -358,6 +358,9 @@ struct ofono_call_barring_ops {
ofono_generic_cb_t cb, void *data);
void (*query)(struct ofono_modem *modem, const char *lock, int cls,
ofono_call_barring_cb_t cb, void *data);
+ void (*set_passwd)(struct ofono_modem *modem, const char *lock,
+ const char *old_passwd, const char *new_passwd,
+ ofono_generic_cb_t cb, void *data);
};
int ofono_call_barring_register(struct ofono_modem *modem,