aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 01:21:49 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-11 01:22:45 +0100
commit6eed322063748325c36606e1f7181fd3c916651b (patch)
treeac1b2057f4602b97445f6639c0f5bb8e4b2b6ae8 /src/hlr.c
parent40d8b01deae185a3f043c242842e254ae67a42c2 (diff)
fix build on FreeBSD: eliminate implicitly declared functions
Diffstat (limited to 'src/hlr.c')
-rw-r--r--src/hlr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hlr.c b/src/hlr.c
index e87ebb6..86c5dcc 100644
--- a/src/hlr.c
+++ b/src/hlr.c
@@ -116,6 +116,8 @@ struct lu_operation {
uint8_t *peer;
};
+void lu_op_tx_insert_subscr_data(struct lu_operation *luop);
+
void lu_op_statechg(struct lu_operation *luop, enum lu_state new_state)
{
enum lu_state old_state = luop->state;