fixeria submitted this change.
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(-)
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);
To view, visit change 30335. To unsubscribe, or for help writing mail filters, visit settings.