aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/ipaccess.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:49:39 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-14 02:49:39 +0800
commit42993c26e0638a3f8d834e355f5c833d386c497a (patch)
tree722d41050d0eb44ac9606942f8de45577680630f /openbsc/src/input/ipaccess.c
parentc9c42effd865003f58d16111fc1a91c299d5e89c (diff)
Forward declare make_socket.
Diffstat (limited to 'openbsc/src/input/ipaccess.c')
-rw-r--r--openbsc/src/input/ipaccess.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/input/ipaccess.c b/openbsc/src/input/ipaccess.c
index 721cadd23..8e1832660 100644
--- a/openbsc/src/input/ipaccess.c
+++ b/openbsc/src/input/ipaccess.c
@@ -746,6 +746,9 @@ int ipaccess_connect(struct e1inp_line *line, struct sockaddr_in *sa)
//return e1inp_line_register(line);
}
+extern int make_sock(struct bsc_fd *bfd, int proto, u_int16_t port,
+ int (*cb)(struct bsc_fd *fd, unsigned int what));
+
int ipaccess_setup(struct gsm_network *gsmnet)
{
int ret;