aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-08-19 22:32:38 +0200
committerHarald Welte <laforge@gnumonks.org>2011-08-19 22:32:38 +0200
commitbc25bcaea18728c86c5c4086e3ebd44faa6c16e9 (patch)
treec51f040a48c446a5c2c5e604f26022c85e642faf /include
parent7b6fc2e4802b84047bc47864c42ba2ab1b3c362d (diff)
ipa: export ipaccess_rcvmsg_base() and return intv0.0.2
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/abis/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 2254629..1a10ba9 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -66,4 +66,6 @@ void ipa_client_link_send(struct ipa_client_link *link, struct msgb *msg);
int ipa_msg_recv(int fd, struct msgb **rmsg);
+int ipaccess_rcvmsg_base(struct msgb *msg, struct osmo_fd *bfd);
+
#endif