util/spkmodem_recv: Re-order prototypes
Put them in the same order as declared. Signed-off-by: Leah Rowe <leah@libreboot.org>fsdg20230625
parent
8b851258e2
commit
27866e65fb
|
@ -28,8 +28,8 @@ int pos, f1, f2;
|
|||
int amplitude = 0;
|
||||
int lp = 0;
|
||||
|
||||
void fetch_sample(void);
|
||||
void handle_audio(void);
|
||||
void fetch_sample(void);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
Loading…
Reference in New Issue