summaryrefslogtreecommitdiffstats
path: root/gisi/modem.h
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2011-01-18 23:27:09 +0200
committerAki Niemi <aki.niemi@nokia.com>2011-01-18 23:34:31 +0200
commit110083803759e690b97ac5abedf517dd3f018cc5 (patch)
tree8f276093986d6c6697a0df984a01a88757a33097 /gisi/modem.h
parente72e5444af1df26fbe6fa230a5bbc113704f1058 (diff)
downloadofono-110083803759e690b97ac5abedf517dd3f018cc5.tar.bz2
gisi: remove g_isi_pending_from_msg()
Diffstat (limited to 'gisi/modem.h')
-rw-r--r--gisi/modem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gisi/modem.h b/gisi/modem.h
index 0de720d1..f0a1617f 100644
--- a/gisi/modem.h
+++ b/gisi/modem.h
@@ -107,8 +107,6 @@ int g_isi_response_vsend(GIsiModem *modem, const GIsiMessage *req,
const struct iovec *__restrict iov,
size_t iovlen);
-GIsiPending *g_isi_pending_from_msg(const GIsiMessage *msg);
-
void g_isi_pending_remove(GIsiPending *op);
void g_isi_pending_set_owner(GIsiPending *op, gpointer owner);
void g_isi_remove_pending_by_owner(GIsiModem *modem, uint8_t resource,