---
include/gprs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/gprs.h b/include/gprs.h
index 157a6f9..15c1080 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -41,7 +41,8 @@ struct ofono_gprs_driver {
int (*probe)(struct ofono_gprs *gprs, unsigned int vendor,
void *data);
void (*remove)(struct ofono_gprs *gprs);
- void (*set_attached)(struct ofono_gprs *gprs, int attached,
+ void (*set_attach_policy)(struct ofono_gprs *gprs,
+ ofono_bool_t always_on,
ofono_gprs_cb_t cb, void *data);
void (*attached_status)(struct ofono_gprs *gprs,
ofono_gprs_status_cb_t cb, void *data);
--
1.7.1