summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/ipa.h
diff options
context:
space:
mode:
authorHarald Welte2011-08-19 22:32:38 +0200
committerHarald Welte2011-08-19 22:32:38 +0200
commitbc25bcaea18728c86c5c4086e3ebd44faa6c16e9 (patch)
treec51f040a48c446a5c2c5e604f26022c85e642faf /include/osmocom/abis/ipa.h
parentipaccess: make some functions static that shouldn't be exported (diff)
downloadlibosmo-abis-bc25bcaea18728c86c5c4086e3ebd44faa6c16e9.tar.gz
libosmo-abis-bc25bcaea18728c86c5c4086e3ebd44faa6c16e9.tar.xz
libosmo-abis-bc25bcaea18728c86c5c4086e3ebd44faa6c16e9.zip
ipa: export ipaccess_rcvmsg_base() and return int
Diffstat (limited to 'include/osmocom/abis/ipa.h')
-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