aboutsummaryrefslogtreecommitdiffstats
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
parente7e1b7556492b0c33ea68bdb73ee20b94d2405f8 (diff)
declare ipa_msg_push_header() as public function
-rw-r--r--include/internal.h1
-rw-r--r--include/osmocom/abis/ipa.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/include/internal.h b/include/internal.h
index 46b622f..7f6e31a 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -16,7 +16,6 @@ void e1inp_init(void);
/* ipaccess.c requires these functions defined here */
struct msgb;
struct msgb *ipa_msg_alloc(int headroom);
-void ipa_msg_push_header(struct msgb *msg, uint8_t proto);
/*
* helper for internal drivers, not public
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