aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index d6ded3551..44c330133 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -34,4 +34,6 @@ enum ipaccess_id_tags {
IPAC_IDTAG_UNIT = 0x08,
};
+int ipaccess_connect(struct e1inp_line *line, struct sockaddr_in *sa);
+
#endif /* _IPACCESS_H */