($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@lists.linux.dev
Cc: Denis Kenzior <denkenz@gmail.com>
Subject: [PATCH 1/4] core: Remove unused declarations from ofono.h
Date: Wed, 24 Jan 2024 15:12:59 -0600	[thread overview]
Message-ID: <20240124211317.611706-1-denkenz@gmail.com> (raw)

Fixes: 36a11599 ("gprs-provision: Remove no longer used atom/driver")
---
 src/ofono.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/ofono.h b/src/ofono.h
index 6a8c53a1..42298e43 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -587,14 +587,6 @@ bool __ofono_provision_get_settings(const char *mcc,
 				struct ofono_gprs_provision_data **settings,
 				size_t *count);
 
-ofono_bool_t __ofono_gprs_provision_get_settings(const char *mcc,
-				const char *mnc, const char *spn,
-				struct ofono_gprs_provision_data **settings,
-				int *count);
-void __ofono_gprs_provision_free_settings(
-				struct ofono_gprs_provision_data *settings,
-				int count);
-
 #include <ofono/emulator.h>
 
 enum ofono_emulator_slc_condition {
-- 
2.43.0


             reply	other threads:[~2024-01-24 21:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 21:12 Denis Kenzior [this message]
2024-01-24 21:13 ` [PATCH 2/4] provision: Remove use of ofono_gprs_provision_data Denis Kenzior
2024-01-24 21:13 ` [PATCH 3/4] gprs: Add some additional context types Denis Kenzior
2024-01-24 21:13 ` [PATCH 4/4] unit: Add provisioning database tests Denis Kenzior
2024-01-25 22:40 ` [PATCH 1/4] core: Remove unused declarations from ofono.h patchwork-bot+ofono

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=20240124211317.611706-1-denkenz@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@lists.linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).