mobile: voice.h: add missing forward declarations

Change-Id: I854abdcde5bc324f6d0cf309792b36fc64601070
Related: OS#5599
This commit is contained in:
Vadim Yanitskiy 2022-11-27 06:16:06 +07:00
parent 7900ba1a13
commit a3b86ad4dd
1 changed files with 3 additions and 0 deletions

View File

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