fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30335 )
Change subject: mobile: voice.h: add missing forward declarations ......................................................................
mobile: voice.h: add missing forward declarations
Change-Id: I854abdcde5bc324f6d0cf309792b36fc64601070 Related: OS#5599 --- M src/host/layer23/include/osmocom/bb/mobile/voice.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/35/30335/1
diff --git a/src/host/layer23/include/osmocom/bb/mobile/voice.h b/src/host/layer23/include/osmocom/bb/mobile/voice.h index b9817f8..623f6c8 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/voice.h +++ b/src/host/layer23/include/osmocom/bb/mobile/voice.h @@ -1,4 +1,7 @@ #pragma once
+struct osmocom_ms; +struct gsm_data_frame; + int gsm_voice_init(struct osmocom_ms *ms); int gsm_send_voice(struct osmocom_ms *ms, struct gsm_data_frame *data);