aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-10-09 20:57:55 +0200
committerpespin <pespin@sysmocom.de>2020-10-13 08:54:36 +0000
commitca5d1e6ba606cacbe6a10f292f4ce6d50767c815 (patch)
tree24989456b66240a63c2d178ae0f8e1716a00b568 /include
parente1de96088db39e982e374e27c76432e3b05a119a (diff)
Drop unused param in oml_init()
Diffstat (limited to 'include')
-rw-r--r--include/osmo-bts/oml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/oml.h b/include/osmo-bts/oml.h
index 484e210b..0689bb05 100644
--- a/include/osmo-bts/oml.h
+++ b/include/osmo-bts/oml.h
@@ -32,7 +32,7 @@ struct gsm_abis_mo {
struct gsm_bts *bts;
};
-int oml_init(struct gsm_abis_mo *mo);
+int oml_init(void);
int down_oml(struct gsm_bts *bts, struct msgb *msg);
struct msgb *oml_msgb_alloc(void);