summaryrefslogtreecommitdiffstats
path: root/include/osmocom/abis/ipa.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-18 14:53:05 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-18 14:54:47 +0200
commit3091e17571d839579ebb8dd83fd245ef878f2504 (patch)
tree1d11ade4f77278b265cf58498b9876612ec73c1c /include/osmocom/abis/ipa.h
parentipa: ensure updown_cb() gets called on reconnect (diff)
downloadlibosmo-abis-3091e17571d839579ebb8dd83fd245ef878f2504.tar.xz
libosmo-abis-3091e17571d839579ebb8dd83fd245ef878f2504.zip
declare ipa_msg_push_header() as public function
Diffstat (limited to 'include/osmocom/abis/ipa.h')
-rw-r--r--include/osmocom/abis/ipa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/abis/ipa.h b/include/osmocom/abis/ipa.h
index 4758d57..bc34ca3 100644
--- a/include/osmocom/abis/ipa.h
+++ b/include/osmocom/abis/ipa.h
@@ -87,5 +87,6 @@ int ipaccess_rcvmsg_base(struct msgb *msg, struct osmo_fd *bfd);
void ipaccess_prepend_header(struct msgb *msg, int proto);
void ipaccess_prepend_header_ext(struct msgb *msg, int proto);
+void ipa_msg_push_header(struct msgb *msg, uint8_t proto);
#endif