From 495ddb66d842990f6803119eccce021b5882be8f Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 8 Jul 2011 21:04:11 +0200 Subject: 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. --- src/input/ipaccess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/ipaccess.c') diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c index 1864683..d977bc2 100644 --- a/src/input/ipaccess.c +++ b/src/input/ipaccess.c @@ -543,7 +543,7 @@ int ipaccess_bts_write_cb(struct ipa_client_link *link) } /* callback from select.c in case one of the fd's can be read/written */ -static int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what) +int ipaccess_fd_cb(struct osmo_fd *bfd, unsigned int what) { int rc = 0; -- cgit v1.2.3-55-g7522