aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2012-08-19 20:21:15 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2012-08-21 02:28:46 +0200
commitaa33e591dc133815e720c417d8706deedfe42b8a (patch)
tree873038b1fd8770a09cdca471fbd74b2270ed2945 /include
parent06f49051c6d6c56f36f15da6e18c947360946bef (diff)
ipa: add osmo_ipa_parse_msg_id_resp
Code extracted from ipa_stream_server.c.
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/netif/ipa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/netif/ipa.h b/include/osmocom/netif/ipa.h
index dbbdc69..4e28e1a 100644
--- a/include/osmocom/netif/ipa.h
+++ b/include/osmocom/netif/ipa.h
@@ -79,4 +79,6 @@ struct osmo_ipa_unit;
struct msgb *ipa_cli_id_resp(struct osmo_ipa_unit *dev, uint8_t *data, int len);
struct msgb *ipa_cli_id_ack(void);
+int osmo_ipa_parse_msg_id_resp(struct msgb *msg, struct ipaccess_unit *unit_data);
+
#endif