ipa: export ipaccess_rcvmsg_base() and return int
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 @@
 
 int ipa_msg_recv(int fd, struct msgb **rmsg);
 
+int ipaccess_rcvmsg_base(struct msgb *msg, struct osmo_fd *bfd);
+
 #endif