fixeria has uploaded this change for review.

View 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(-)

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);

To view, visit change 30335. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I854abdcde5bc324f6d0cf309792b36fc64601070
Gerrit-Change-Number: 30335
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange