yangthecoder commited on
Commit
5574a4a
·
unverified ·
1 Parent(s): 7b4d898

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

Browse files
Files changed (1) hide show
  1. whisper.h +1 -0
whisper.h CHANGED
@@ -67,6 +67,7 @@ extern "C" {
67
 
68
  struct whisper_context;
69
  struct whisper_state;
 
70
 
71
  typedef int whisper_token;
72
 
 
67
 
68
  struct whisper_context;
69
  struct whisper_state;
70
+ struct whisper_full_params;
71
 
72
  typedef int whisper_token;
73