aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-08-04 01:13:49 +0700
committerHarald Welte <laforge@gnumonks.org>2018-08-05 11:33:20 +0000
commitd01b59409233af1c6d73ec85c98235e13f092c87 (patch)
tree531c693a2e186e9a0cff4430dc3924fbe14bc4d2 /include
parent1ea6baf1ec8927d69c8787b282e07ed2f24c7525 (diff)
RRLP: properly name the init function
We don't actually deal with DSO loading here... Change-Id: I24d0c9ad52f07f08176ad129878b48a591a3af6c
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/rrlp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/rrlp.h b/include/osmocom/msc/rrlp.h
index 5071a7f5c..319af7055 100644
--- a/include/osmocom/msc/rrlp.h
+++ b/include/osmocom/msc/rrlp.h
@@ -1,3 +1,3 @@
#pragma once
-void on_dso_load_rrlp(void);
+void msc_rrlp_init(void);