summaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-26 16:55:03 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-26 16:55:03 -0500
commitbc72cca91b070f61c0cecb0090937eb758e91b24 (patch)
tree2ffa115db0e7e0a3170c867f3ff59fbeca562e65 /include/gprs.h
parente0603f0c68d133374cf0e6fb05bb3e105e5546a4 (diff)
downloadofono-bc72cca91b070f61c0cecb0090937eb758e91b24.tar.bz2
Fix: notify_attached was only used when detached
The standard only specifies that the context might have been detached by the network / mobile equipment. Not attached.
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 65c34347..5cec510f 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -51,7 +51,7 @@ struct ofono_gprs_driver {
void ofono_gprs_status_notify(struct ofono_gprs *gprs,
int status, int lac, int ci, int tech);
-void ofono_gprs_attach_notify(struct ofono_gprs *gprs, int attached);
+void ofono_gprs_detached_notify(struct ofono_gprs *gprs);
int ofono_gprs_driver_register(const struct ofono_gprs_driver *d);
void ofono_gprs_driver_unregister(const struct ofono_gprs_driver *d);