Skip to content

Commit a32c4aa

Browse files
authored
whisper : fix visibility warning of struct whisper_full_params by declaring in advance (ggml-org#1124)
1 parent a195bf8 commit a32c4aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

whisper.h

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ extern "C" {
6767

6868
struct whisper_context;
6969
struct whisper_state;
70+
struct whisper_full_params;
7071

7172
typedef int whisper_token;
7273

0 commit comments

Comments
 (0)