summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/ipaccess.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-07-08 21:04:11 +0200
committerPablo Neira Ayuso2011-07-08 21:04:11 +0200
commit495ddb66d842990f6803119eccce021b5882be8f (patch)
tree7709db91d7f62e0ae3f64fec7fccf55c89080963 /include/osmocom/abis/ipaccess.h
parenthsl: close socket if we destroy the signalling link (diff)
downloadlibosmo-abis-495ddb66d842990f6803119eccce021b5882be8f.tar.gz
libosmo-abis-495ddb66d842990f6803119eccce021b5882be8f.tar.xz
libosmo-abis-495ddb66d842990f6803119eccce021b5882be8f.zip
ipaccess: hack to get openBSC's ipaccess-config tool working
Export one function that we shouldn't, it's a quick way to fix the ipaccess-config in openBSC.
Diffstat (limited to 'include/osmocom/abis/ipaccess.h')
-rw-r--r--include/osmocom/abis/ipaccess.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipaccess.h b/include/osmocom/abis/ipaccess.h
index 7083ce9..1999fa4 100644
--- a/include/osmocom/abis/ipaccess.h
+++ b/include/osmocom/abis/ipaccess.h
@@ -108,4 +108,7 @@ struct hsl_unit {
uint64_t serno;
};
+/* quick solution to get openBSC's ipaccess tools working. */
+int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what);
+
#endif /* _OSMO_PROTO_IPACCESS_H */