diff options
Diffstat (limited to 'src/sim.h')
-rw-r--r-- | src/sim.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -19,9 +19,6 @@ * */ -#ifndef __SIM_H__ -#define __SIM_H__ - typedef void (*update_spn_cb)(struct ofono_modem *modem, const char *spn, int home_plmn_dpy, int roaming_spn_dpy); @@ -31,5 +28,3 @@ int ofono_spn_update_notify_register(struct ofono_modem *modem, update_spn_cb cb); int ofono_spn_update_notify_unregister(struct ofono_modem *modem, update_spn_cb cb); - -#endif |