aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-sysmo/utils.h')
-rw-r--r--src/osmo-bts-sysmo/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osmo-bts-sysmo/utils.h b/src/osmo-bts-sysmo/utils.h
index 4574e221..65706359 100644
--- a/src/osmo-bts-sysmo/utils.h
+++ b/src/osmo-bts-sysmo/utils.h
@@ -3,8 +3,8 @@
#include <stdint.h>
-struct gsm_bts;
+struct gsm_bts_trx;
-int sysmobts_select_femto_band(struct gsm_bts *bts, uint16_t arfcn);
+int sysmobts_select_femto_band(struct gsm_bts_trx *trx, uint16_t arfcn);
#endif