From 34e97495a600cb5c724e68248d059e0c83e88d82 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Aug 2009 07:54:02 +0200 Subject: misc: Add prototypes to header files, include more header files Fix various warnings about implicit declarations of functions. --- openbsc/include/openbsc/ipaccess.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/ipaccess.h') 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 */ -- cgit v1.2.3