~cyphermox/ubuntu/natty/ofono/release-0.41

« back to all changes in this revision

Viewing changes to include/netreg.h

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-02-11 02:17:20 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: mathieu-tl@ubuntu.com-20110211021720-cvxc3erw1keomunj
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
        void (*register_manual)(struct ofono_netreg *netreg,
85
85
                                const char *mcc, const char *mnc,
86
86
                                ofono_netreg_register_cb_t cb, void *data);
87
 
        void (*deregister)(struct ofono_netreg *netreg,
88
 
                        ofono_netreg_register_cb_t cb, void *data);
89
87
        void (*strength)(struct ofono_netreg *netreg,
90
88
                        ofono_netreg_strength_cb_t, void *data);
91
89
};