]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
whisper : fix visibility warning of struct whisper_full_params by declaring in advanc...
authorYang Shen <redacted>
Tue, 25 Jul 2023 16:15:57 +0000 (00:15 +0800)
committerGitHub <redacted>
Tue, 25 Jul 2023 16:15:57 +0000 (19:15 +0300)
whisper.h

index 89172e7043706e2a3623d7fed47e7f7934731eb8..e7c1a1259f5a2d39725ddd8868613ac24d40dad7 100644 (file)
--- a/whisper.h
+++ b/whisper.h
@@ -67,6 +67,7 @@ extern "C" {
 
     struct whisper_context;
     struct whisper_state;
+    struct whisper_full_params;
 
     typedef int whisper_token;