aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-02-08 23:38:17 +0100
committerHarald Welte <laforge@gnumonks.org>2017-02-13 15:09:17 +0100
commit222cd10c2fc2ea0fff9ce792ece34444b6b1e7da (patch)
treef7fb94d1133a16bd8aa9963c3c97e234128351db /include
parent1c43cc291892825361a65cceaf732406e04f8e5d (diff)
xua_msg: Make DXUA available to other XUA code
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sigtran/xua_msg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/sigtran/xua_msg.h b/include/osmocom/sigtran/xua_msg.h
index bb9486a..4c8fe83 100644
--- a/include/osmocom/sigtran/xua_msg.h
+++ b/include/osmocom/sigtran/xua_msg.h
@@ -42,6 +42,8 @@ struct xua_msg_part {
};
+extern int DXUA;
+
struct xua_msg *xua_msg_alloc(void);
void xua_msg_free(struct xua_msg *msg);