ofono.h: add API to get cdma provider name

This commit is contained in:
Philippe Nunes 2011-12-14 18:56:04 +01:00 committed by Denis Kenzior
parent cd6eb8dfa5
commit 4683789b8e
1 changed files with 4 additions and 0 deletions

View File

@ -489,6 +489,10 @@ void __ofono_gprs_provision_free_settings(
#include <ofono/gnss.h>
#include <ofono/cdma-sms.h>
#include <ofono/cdma-netreg.h>
#include <ofono/cdma-provision.h>
ofono_bool_t __ofono_cdma_provision_get_name(const char *sid, char **name);
#include <ofono/private-network.h>
void __ofono_private_network_release(int id);