summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/driver.h b/src/driver.h
index 14f05c34..168a7115 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -139,9 +139,6 @@ typedef void (*ofono_call_meter_puct_query_cb_t)(const struct ofono_error *error
const char *currency, double ppu,
void *data);
-typedef void (*ofono_call_barring_cb_t)(const struct ofono_error *error,
- int status, void *data);
-
typedef void (*ofono_sim_file_info_cb_t)(const struct ofono_error *error,
int filelength,
enum ofono_sim_file_structure structure,
@@ -336,21 +333,6 @@ void ofono_call_meter_unregister(struct ofono_modem *modem);
void ofono_call_meter_maximum_notify(struct ofono_modem *modem);
void ofono_call_meter_changed_notify(struct ofono_modem *modem, int new_value);
-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, 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,
- struct ofono_call_barring_ops *ops);
-void ofono_call_barring_unregister(struct ofono_modem *modem);
-
struct ofono_sim_ops {
void (*read_file_info)(struct ofono_modem *modem, int fileid,
ofono_sim_file_info_cb_t cb, void *data);