All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jukka Saunamaki <jukka.saunamaki@nokia.com>
To: ofono@ofono.org
Subject: [PATCH 2/5] ofono.h: add gprs-provision
Date: Wed, 26 Jan 2011 14:34:12 +0200	[thread overview]
Message-ID: <1296045255-29890-3-git-send-email-jukka.saunamaki@nokia.com> (raw)
In-Reply-To: <1296045255-29890-1-git-send-email-jukka.saunamaki@nokia.com>

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

---
 src/ofono.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/ofono.h b/src/ofono.h
index e48dbf6..056c7f1 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -420,3 +420,12 @@ void __ofono_nettime_info_received(struct ofono_modem *modem,
 
 #include <ofono/cdma-voicecall.h>
 #include <ofono/sim-auth.h>
+
+#include <ofono/gprs-provision.h>
+void __ofono_gprs_provision_get_settings(const char *mcc, const char *mnc,
+			struct ofono_gprs_provision_data **settings,
+			int *count);
+void __ofono_gprs_provision_free_settings(
+				struct ofono_gprs_provision_data *settings,
+				int count);
+
-- 
1.7.1


  parent reply	other threads:[~2011-01-26 12:34 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-26 12:34 [gprs-provision PATCHv7 0/5] Plugin API for provisioning of GPRS context settings Jukka Saunamaki
2011-01-26 12:34 ` [PATCH 1/5] gprs-provision: add driver API header Jukka Saunamaki
2011-01-26 12:34 ` Jukka Saunamaki [this message]
2011-01-26 12:34 ` [PATCH 3/5] gprs-provision: add driver API sources Jukka Saunamaki
2011-01-26 12:34 ` [PATCH 4/5] gprs: add gprs context provisioning Jukka Saunamaki
2011-01-26 12:34 ` [PATCH 5/5] gprs-provision: add example context provisioning driver Jukka Saunamaki
2011-01-26 20:56 ` [gprs-provision PATCHv7 0/5] Plugin API for provisioning of GPRS context settings Denis Kenzior
2011-01-27  6:41   ` Jukka Saunamaki
2011-01-27  6:59     ` Marcel Holtmann
2011-01-27  7:00       ` Marcel Holtmann
2011-01-27  7:21       ` EF-SPN API (was: [gprs-provision PATCHv7 0/5] Plugin API for provisioning of GPRS context settings) Jukka Saunamaki
2011-01-27  7:37         ` Marcel Holtmann
2011-01-27  7:53           ` Jukka Saunamaki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1296045255-29890-3-git-send-email-jukka.saunamaki@nokia.com \
    --to=jukka.saunamaki@nokia.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.