whisper : fix visibility warning of struct whisper_full_params by declaring in advance (#1124)

pull/1136/head
Yang Shen 2023-07-26 00:15:57 +08:00 committed by GitHub
parent a195bf899a
commit a32c4aa482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ extern "C" {
struct whisper_context;
struct whisper_state;
struct whisper_full_params;
typedef int whisper_token;