aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-01-13 09:06:46 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-01-13 09:06:46 +0100
commit8cd2709ebf40805faf7e6b01cca24fe09d844cae (patch)
treec194bc29c929f1403edbde6e3b49366e118dfe94 /openbsc/include
parent41a1780102d2bbbdd08294de5220a1a948d00500 (diff)
[ipaccess] Create a method to send the ID ACK messages
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/ipaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index 395687764..1801f6ca8 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -44,5 +44,6 @@ int ipaccess_connect(struct e1inp_line *line, struct sockaddr_in *sa);
int ipaccess_rcvmsg_base(struct msgb *msg, struct bsc_fd *bfd);
struct msgb *ipaccess_read_msg(struct bsc_fd *bfd, int *error);
void ipaccess_prepend_header(struct msgb *msg, int proto);
+int ipaccess_send_id_ack(int fd);
#endif /* _IPACCESS_H */